Shades of Blue Smoke #758777
Tints of Blue Smoke #758777
RGB
CMYK
RGB Variations
Color information
#758777 (or 0x758777) is known color: Blue Smoke. HEX triplet: 75, 87 and 77. RGB value is (117,135,119). Sum of RGB (Red+Green+Blue) = 117+135+119=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 135 - color contains mainly: green. Hex color #758777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758777 is #8A7888. Grayscale: #7F7F7F. Windows color (decimal): -9074825 or 7833461. OLE color: 7833461.
HSL color Cylindrical-coordinate representation of color #758777: hue angle of 126.67º 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 #758777 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 119 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.47 |
| HSL | 126.67º | 0.07% | 0.49% | - |
| HSV(B) | 126.67º | 0.13% | 0.53% | - |
| XYZ | 19.33 | 22.44 | 20.77 | - |
| YUV | 127.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 119 | 0.13 | 0 | 0.12 | 0.47 | 126.67 | 0.07 | 0.49 |
| Hex | 75 | 87 | 77 | D | 0 | C | 2F | 7F | 7 | 31 |
| Octal | 165 | 207 | 167 | 15 | 0 | 14 | 57 | 177 | 7 | 61 |
| Binary | 1110101 | 10000111 | 1110111 | 1101 | 0 | 1100 | 101111 | 1111111 | 111 | 110001 |
Color Harmonies of #758777
Complementary color
Monochromatic Colors of #758777
Black with #758777
Text Example
Text Example
White with #758777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758777; }
p { color: rgb(117,135,119); }
H1.HeaderClassName
{
color: #758777;
}
.AnyTagClassName
{
color: #758777;
}
</style>
background-color css
<style>
a { background-color: #758777; }
a { background-color: rgb(117,135,119); }
div.DivClassName
{
background-color: #758777;
}
.BgClassName
{
background-color: #758777;
}
</style>
border-color css
<style>
span { border-color: #758777; }
span { border-color: rgb(117,135,119); }
td.TdClassName
{
border-color: #758777;
}
.TagClassName
{
border-color: #758777;
}
</style>