Shades of Blue Smoke #747F76
Tints of Blue Smoke #747F76
RGB
CMYK
RGB Variations
Color information
#747F76 (or 0x747F76) is known color: Blue Smoke. HEX triplet: 74, 7F and 76. RGB value is (116,127,118). Sum of RGB (Red+Green+Blue) = 116+127+118=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 127 - color contains mainly: green. Hex color #747F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747F76 is #8B8089. Grayscale: #7A7A7A. Windows color (decimal): -9142410 or 7765876. OLE color: 7765876.
HSL color Cylindrical-coordinate representation of color #747F76: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747F76 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 118 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.50 |
| HSL | 130.91º | 0.05% | 0.48% | - |
| HSV(B) | 130.91º | 0.09% | 0.5% | - |
| XYZ | 18.06 | 20.2 | 20.09 | - |
| YUV | 122.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 118 | 0.09 | 0 | 0.07 | 0.50 | 130.91 | 0.05 | 0.48 |
| Hex | 74 | 7F | 76 | 9 | 0 | 7 | 32 | 83 | 5 | 30 |
| Octal | 164 | 177 | 166 | 11 | 0 | 7 | 62 | 203 | 5 | 60 |
| Binary | 1110100 | 1111111 | 1110110 | 1001 | 0 | 111 | 110010 | 10000011 | 101 | 110000 |
Color Harmonies of #747F76
Complementary color
Monochromatic Colors of #747F76
Black with #747F76
Text Example
Text Example
White with #747F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F76; }
p { color: rgb(116,127,118); }
H1.HeaderClassName
{
color: #747F76;
}
.AnyTagClassName
{
color: #747F76;
}
</style>
background-color css
<style>
a { background-color: #747F76; }
a { background-color: rgb(116,127,118); }
div.DivClassName
{
background-color: #747F76;
}
.BgClassName
{
background-color: #747F76;
}
</style>
border-color css
<style>
span { border-color: #747F76; }
span { border-color: rgb(116,127,118); }
td.TdClassName
{
border-color: #747F76;
}
.TagClassName
{
border-color: #747F76;
}
</style>