#748c6c color RGB value is (7, 72, 198).
#748c6c hex color red value is 7, green value is 72, and blue value is 198.
Cylindrical-coordinate representations (HSL) of color #748c6c
hue: 219.58,
saturation: 0.93 and lightness: 0.4.
The process color (four-color CMYK) of #748c6c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #748c6c is #ff9999. Color #748c6c contains mainly RED.
Color spaces of #748c6c | Value |
---|---|
RGB | 116, 140, 108 |
HSL | 0.29, 0.13, 0.49 |
HSV | 105°, 23°, 55° |
XYZ | 19.29, 23.55, 17.71 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1110100 | 10001100 | 1101100 |
Octal | 164 | 214 | 154 |
Decimal | 116 | 140 | 108 |
Hex | 74 | 8C | 6C |
Shades of #748c6c
Tints of #748c6c
.mybgColor {background-color: #748c6c;} .myforeColor {color: #748c6c;} .myborderColor {border:3px solid #748c6c;}
<p style="color:#748c6c">Text here</p>
This sample text is styled with the font color #748c6c. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#748c6c">Div content here</div>
<div style="border:3px solid #748c6c">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(116, 140, 108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #748c6c; } .divShadow { -moz-box-shadow: 1px 1px 3px #748c6c; -webkit-box-shadow: 1px 1px 3px #748c6c; box-shadow: 1px 1px 3px #748c6c; }
<p style="text-shadow: 4px 4px 2px rgba(116, 140, 108, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #748c6c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #748c6c;
-webkit-box-shadow: 1px 1px 3px #748c6c;
box-shadow: 1px 1px 3px #748c6c;">Div content here</div>