Shades of Blue Smoke #717F74
Tints of Blue Smoke #717F74
RGB
CMYK
RGB Variations
Color information
#717F74 (or 0x717F74) is known color: Blue Smoke. HEX triplet: 71, 7F and 74. RGB value is (113,127,116). Sum of RGB (Red+Green+Blue) = 113+127+116=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 127 - color contains mainly: green. Hex color #717F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717F74 is #8E808B. Grayscale: #797979. Windows color (decimal): -9339020 or 7634801. OLE color: 7634801.
HSL color Cylindrical-coordinate representation of color #717F74: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #717F74 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 113 | 127 | 116 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.50 |
| HSL | 132.86º | 0.06% | 0.47% | - |
| HSV(B) | 132.86º | 0.11% | 0.5% | - |
| XYZ | 17.55 | 19.95 | 19.45 | - |
| YUV | 121.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 127 | 116 | 0.11 | 0 | 0.09 | 0.50 | 132.86 | 0.06 | 0.47 |
| Hex | 71 | 7F | 74 | B | 0 | 9 | 32 | 85 | 6 | 2F |
| Octal | 161 | 177 | 164 | 13 | 0 | 11 | 62 | 205 | 6 | 57 |
| Binary | 1110001 | 1111111 | 1110100 | 1011 | 0 | 1001 | 110010 | 10000101 | 110 | 101111 |
Color Harmonies of #717F74
Complementary color
Monochromatic Colors of #717F74
Black with #717F74
Text Example
Text Example
White with #717F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717F74; }
p { color: rgb(113,127,116); }
H1.HeaderClassName
{
color: #717F74;
}
.AnyTagClassName
{
color: #717F74;
}
</style>
background-color css
<style>
a { background-color: #717F74; }
a { background-color: rgb(113,127,116); }
div.DivClassName
{
background-color: #717F74;
}
.BgClassName
{
background-color: #717F74;
}
</style>
border-color css
<style>
span { border-color: #717F74; }
span { border-color: rgb(113,127,116); }
td.TdClassName
{
border-color: #717F74;
}
.TagClassName
{
border-color: #717F74;
}
</style>