Shades of Blue Smoke #737D76
Tints of Blue Smoke #737D76
RGB
CMYK
RGB Variations
Color information
#737D76 (or 0x737D76) is known color: Blue Smoke. HEX triplet: 73, 7D and 76. RGB value is (115,125,118). Sum of RGB (Red+Green+Blue) = 115+125+118=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 125 (49.22% from 255 or 34.92% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 125 - color contains mainly: green. Hex color #737D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D76 is #8C8289. Grayscale: #797979. Windows color (decimal): -9208458 or 7765363. OLE color: 7765363.
HSL color Cylindrical-coordinate representation of color #737D76: hue angle of 138º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737D76 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 115 | 125 | 118 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.51 |
| HSL | 138º | 0.04% | 0.47% | - |
| HSV(B) | 138º | 0.08% | 0.49% | - |
| XYZ | 17.67 | 19.62 | 20 | - |
| YUV | 121.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 118 | 0.08 | 0 | 0.06 | 0.51 | 138 | 0.04 | 0.47 |
| Hex | 73 | 7D | 76 | 8 | 0 | 6 | 33 | 8A | 4 | 2F |
| Octal | 163 | 175 | 166 | 10 | 0 | 6 | 63 | 212 | 4 | 57 |
| Binary | 1110011 | 1111101 | 1110110 | 1000 | 0 | 110 | 110011 | 10001010 | 100 | 101111 |
Color Harmonies of #737D76
Complementary color
Monochromatic Colors of #737D76
Black with #737D76
Text Example
Text Example
White with #737D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737D76; }
p { color: rgb(115,125,118); }
H1.HeaderClassName
{
color: #737D76;
}
.AnyTagClassName
{
color: #737D76;
}
</style>
background-color css
<style>
a { background-color: #737D76; }
a { background-color: rgb(115,125,118); }
div.DivClassName
{
background-color: #737D76;
}
.BgClassName
{
background-color: #737D76;
}
</style>
border-color css
<style>
span { border-color: #737D76; }
span { border-color: rgb(115,125,118); }
td.TdClassName
{
border-color: #737D76;
}
.TagClassName
{
border-color: #737D76;
}
</style>