Shades of Blue Smoke #758878
Tints of Blue Smoke #758878
RGB
CMYK
RGB Variations
Color information
#758878 (or 0x758878) is known color: Blue Smoke. HEX triplet: 75, 88 and 78. RGB value is (117,136,120). Sum of RGB (Red+Green+Blue) = 117+136+120=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #758878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758878 is #8A7787. Grayscale: #808080. Windows color (decimal): -9074568 or 7899253. OLE color: 7899253.
HSL color Cylindrical-coordinate representation of color #758878: hue angle of 129.47º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #758878 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 120 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.47 |
| HSL | 129.47º | 0.08% | 0.5% | - |
| HSV(B) | 129.47º | 0.14% | 0.53% | - |
| XYZ | 19.53 | 22.75 | 21.13 | - |
| YUV | 128.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 120 | 0.14 | 0 | 0.12 | 0.47 | 129.47 | 0.08 | 0.5 |
| Hex | 75 | 88 | 78 | E | 0 | C | 2F | 81 | 8 | 32 |
| Octal | 165 | 210 | 170 | 16 | 0 | 14 | 57 | 201 | 10 | 62 |
| Binary | 1110101 | 10001000 | 1111000 | 1110 | 0 | 1100 | 101111 | 10000001 | 1000 | 110010 |
Color Harmonies of #758878
Complementary color
Monochromatic Colors of #758878
Black with #758878
Text Example
Text Example
White with #758878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758878; }
p { color: rgb(117,136,120); }
H1.HeaderClassName
{
color: #758878;
}
.AnyTagClassName
{
color: #758878;
}
</style>
background-color css
<style>
a { background-color: #758878; }
a { background-color: rgb(117,136,120); }
div.DivClassName
{
background-color: #758878;
}
.BgClassName
{
background-color: #758878;
}
</style>
border-color css
<style>
span { border-color: #758878; }
span { border-color: rgb(117,136,120); }
td.TdClassName
{
border-color: #758878;
}
.TagClassName
{
border-color: #758878;
}
</style>