Shades of Blue Smoke #718A79
Tints of Blue Smoke #718A79
RGB
CMYK
RGB Variations
Color information
#718A79 (or 0x718A79) is known color: Blue Smoke. HEX triplet: 71, 8A and 79. RGB value is (113,138,121). Sum of RGB (Red+Green+Blue) = 113+138+121=372 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.38% from 372); Green value is 138 (54.30% from 255 or 37.10% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 138 - color contains mainly: green. Hex color #718A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718A79 is #8E7586. Grayscale: #808080. Windows color (decimal): -9336199 or 7965297. OLE color: 7965297.
HSL color Cylindrical-coordinate representation of color #718A79: hue angle of 139.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718A79 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 113 | 138 | 121 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.46 |
| HSL | 139.2º | 0.1% | 0.49% | - |
| HSV(B) | 139.2º | 0.18% | 0.54% | - |
| XYZ | 19.35 | 23.07 | 21.52 | - |
| YUV | 128.59 | 123.72 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 138 | 121 | 0.18 | 0 | 0.12 | 0.46 | 139.2 | 0.1 | 0.49 |
| Hex | 71 | 8A | 79 | 12 | 0 | C | 2E | 8B | A | 31 |
| Octal | 161 | 212 | 171 | 22 | 0 | 14 | 56 | 213 | 12 | 61 |
| Binary | 1110001 | 10001010 | 1111001 | 10010 | 0 | 1100 | 101110 | 10001011 | 1010 | 110001 |
Color Harmonies of #718A79
Complementary color
Monochromatic Colors of #718A79
Black with #718A79
Text Example
Text Example
White with #718A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718A79; }
p { color: rgb(113,138,121); }
H1.HeaderClassName
{
color: #718A79;
}
.AnyTagClassName
{
color: #718A79;
}
</style>
background-color css
<style>
a { background-color: #718A79; }
a { background-color: rgb(113,138,121); }
div.DivClassName
{
background-color: #718A79;
}
.BgClassName
{
background-color: #718A79;
}
</style>
border-color css
<style>
span { border-color: #718A79; }
span { border-color: rgb(113,138,121); }
td.TdClassName
{
border-color: #718A79;
}
.TagClassName
{
border-color: #718A79;
}
</style>