Shades of Blue Smoke #758778
Tints of Blue Smoke #758778
RGB
CMYK
RGB Variations
Color information
#758778 (or 0x758778) is known color: Blue Smoke. HEX triplet: 75, 87 and 78. RGB value is (117,135,120). Sum of RGB (Red+Green+Blue) = 117+135+120=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 135 - color contains mainly: green. Hex color #758778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758778 is #8A7887. Grayscale: #7F7F7F. Windows color (decimal): -9074824 or 7898997. OLE color: 7898997.
HSL color Cylindrical-coordinate representation of color #758778: hue angle of 130º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758778 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 120 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.47 |
| HSL | 130º | 0.07% | 0.49% | - |
| HSV(B) | 130º | 0.13% | 0.53% | - |
| XYZ | 19.39 | 22.47 | 21.08 | - |
| YUV | 127.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 120 | 0.13 | 0 | 0.11 | 0.47 | 130 | 0.07 | 0.49 |
| Hex | 75 | 87 | 78 | D | 0 | B | 2F | 82 | 7 | 31 |
| Octal | 165 | 207 | 170 | 15 | 0 | 13 | 57 | 202 | 7 | 61 |
| Binary | 1110101 | 10000111 | 1111000 | 1101 | 0 | 1011 | 101111 | 10000010 | 111 | 110001 |
Color Harmonies of #758778
Complementary color
Monochromatic Colors of #758778
Black with #758778
Text Example
Text Example
White with #758778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758778; }
p { color: rgb(117,135,120); }
H1.HeaderClassName
{
color: #758778;
}
.AnyTagClassName
{
color: #758778;
}
</style>
background-color css
<style>
a { background-color: #758778; }
a { background-color: rgb(117,135,120); }
div.DivClassName
{
background-color: #758778;
}
.BgClassName
{
background-color: #758778;
}
</style>
border-color css
<style>
span { border-color: #758778; }
span { border-color: rgb(117,135,120); }
td.TdClassName
{
border-color: #758778;
}
.TagClassName
{
border-color: #758778;
}
</style>