Shades of Blue Smoke #74877C
Tints of Blue Smoke #74877C
RGB
CMYK
RGB Variations
Color information
#74877C (or 0x74877C) is known color: Blue Smoke. HEX triplet: 74, 87 and 7C. RGB value is (116,135,124). Sum of RGB (Red+Green+Blue) = 116+135+124=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #74877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74877C is #8B7883. Grayscale: #808080. Windows color (decimal): -9140356 or 8161140. OLE color: 8161140.
HSL color Cylindrical-coordinate representation of color #74877C: hue angle of 145.26º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #74877C is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 124 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.47 |
| HSL | 145.26º | 0.08% | 0.49% | - |
| HSV(B) | 145.26º | 0.14% | 0.53% | - |
| XYZ | 19.5 | 22.5 | 22.38 | - |
| YUV | 128.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 124 | 0.14 | 0 | 0.08 | 0.47 | 145.26 | 0.08 | 0.49 |
| Hex | 74 | 87 | 7C | E | 0 | 8 | 2F | 91 | 8 | 31 |
| Octal | 164 | 207 | 174 | 16 | 0 | 10 | 57 | 221 | 10 | 61 |
| Binary | 1110100 | 10000111 | 1111100 | 1110 | 0 | 1000 | 101111 | 10010001 | 1000 | 110001 |
Color Harmonies of #74877C
Complementary color
Monochromatic Colors of #74877C
Black with #74877C
Text Example
Text Example
White with #74877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74877C; }
p { color: rgb(116,135,124); }
H1.HeaderClassName
{
color: #74877C;
}
.AnyTagClassName
{
color: #74877C;
}
</style>
background-color css
<style>
a { background-color: #74877C; }
a { background-color: rgb(116,135,124); }
div.DivClassName
{
background-color: #74877C;
}
.BgClassName
{
background-color: #74877C;
}
</style>
border-color css
<style>
span { border-color: #74877C; }
span { border-color: rgb(116,135,124); }
td.TdClassName
{
border-color: #74877C;
}
.TagClassName
{
border-color: #74877C;
}
</style>