Shades of Blue Smoke #74857B
Tints of Blue Smoke #74857B
RGB
CMYK
RGB Variations
Color information
#74857B (or 0x74857B) is known color: Blue Smoke. HEX triplet: 74, 85 and 7B. RGB value is (116,133,123). Sum of RGB (Red+Green+Blue) = 116+133+123=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 133 - color contains mainly: green. Hex color #74857B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74857B is #8B7A84. Grayscale: #7E7E7E. Windows color (decimal): -9140869 or 8095092. OLE color: 8095092.
HSL color Cylindrical-coordinate representation of color #74857B: hue angle of 144.71º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #74857B is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 133 | 123 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.48 |
| HSL | 144.71º | 0.07% | 0.49% | - |
| HSV(B) | 144.71º | 0.13% | 0.52% | - |
| XYZ | 19.17 | 21.92 | 21.96 | - |
| YUV | 126.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 133 | 123 | 0.13 | 0 | 0.08 | 0.48 | 144.71 | 0.07 | 0.49 |
| Hex | 74 | 85 | 7B | D | 0 | 8 | 30 | 91 | 7 | 31 |
| Octal | 164 | 205 | 173 | 15 | 0 | 10 | 60 | 221 | 7 | 61 |
| Binary | 1110100 | 10000101 | 1111011 | 1101 | 0 | 1000 | 110000 | 10010001 | 111 | 110001 |
Color Harmonies of #74857B
Complementary color
Monochromatic Colors of #74857B
Black with #74857B
Text Example
Text Example
White with #74857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74857B; }
p { color: rgb(116,133,123); }
H1.HeaderClassName
{
color: #74857B;
}
.AnyTagClassName
{
color: #74857B;
}
</style>
background-color css
<style>
a { background-color: #74857B; }
a { background-color: rgb(116,133,123); }
div.DivClassName
{
background-color: #74857B;
}
.BgClassName
{
background-color: #74857B;
}
</style>
border-color css
<style>
span { border-color: #74857B; }
span { border-color: rgb(116,133,123); }
td.TdClassName
{
border-color: #74857B;
}
.TagClassName
{
border-color: #74857B;
}
</style>