Color spaces of #746154
RGB | 116 | 97 | 84 |
---|---|---|---|
HSL | 0.07 | 0.16 | 0.39 |
HSV | 24° | 28° | 45° |
CMYK | 0.00 | 0.16 | 0.28 0.55 |
XYZ | 13.0774 | 12.9025 | 10.1887 |
Yxy | 12.9025 | 0.3616 | 0.3567 |
Hunter Lab | 35.9201 | 2.1263 | 8.3265 |
CIE-Lab | 42.6160 | 5.4705 | 10.2626 |
#746154 color RGB value is (116,97,84).
#746154 hex color red value is 116, green value is 97 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #746154 hue: 0.07 , saturation: 0.16 and the lightness value of 746154 is 0.39.
The process color (four color CMYK) of #746154 color hex is 0.00, 0.16, 0.28, 0.55. Web safe color of #746154 is #666666. Color #746154 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110100 | 01100001 | 01010100 |
Octal | 164 | 141 | 124 |
Decimal | 116 | 97 | 84 |
Hex | 74 | 61 | 54 |
Shades of #746154
Tints of #746154
RGB Percentages of Color #746154
CMYK Percentages of Color #746154
Complementary Color
#746154 | #546774 |
#746154 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#746154 Color Preview on White Background
Lorem ipsum dolor sit amet.
#746154 Color CSS Codes
.mybgcolor {background-color:#746154; } .myforecolor {color:#746154; } .mybordercolor {border:3px solid #746154; }
#746154 Text Font Color
<p style="color:#746154">Text here</p>
This sample text font color is #746154
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#746154 Background Color
<div style="background-color:#746154">
Div content here</div>
This div background color is #746154
#746154 Border Color
<div style="border:3px solid #746154">
Div here</div>
This div border color is #746154
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116,97,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #746154; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #746154; -webkit-box-shadow: 1px 1px 3px 2px #746154; box-shadow: 1px 1px 3px 2px #746154; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(116,97,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #746154">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #746154; -webkit-box-shadow: 1px 1px 3px 2px #746154; box-shadow: 1px 1px 3px 2px #746154;">
Div content here</div>
This div box has shadow with color #746154
Comments
No comments written yet.
Please login to write comment.