Shades of Granny Smith #758880
Tints of Granny Smith #758880
RGB
CMYK
RGB Variations
Color information
#758880 (or 0x758880) is known color: Granny Smith. HEX triplet: 75, 88 and 80. RGB value is (117,136,128). Sum of RGB (Red+Green+Blue) = 117+136+128=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 136 - color contains mainly: green. Hex color #758880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758880 is #8A777F. Grayscale: #818181. Windows color (decimal): -9074560 or 8423541. OLE color: 8423541.
HSL color Cylindrical-coordinate representation of color #758880: hue angle of 154.74º 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 #758880 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 128 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.47 |
| HSL | 154.74º | 0.08% | 0.5% | - |
| HSV(B) | 154.74º | 0.14% | 0.53% | - |
| XYZ | 20.04 | 22.95 | 23.8 | - |
| YUV | 129.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 128 | 0.14 | 0 | 0.06 | 0.47 | 154.74 | 0.08 | 0.5 |
| Hex | 75 | 88 | 80 | E | 0 | 6 | 2F | 9B | 8 | 32 |
| Octal | 165 | 210 | 200 | 16 | 0 | 6 | 57 | 233 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10000000 | 1110 | 0 | 110 | 101111 | 10011011 | 1000 | 110010 |
Color Harmonies of #758880
Complementary color
Monochromatic Colors of #758880
Black with #758880
Text Example
Text Example
White with #758880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758880; }
p { color: rgb(117,136,128); }
H1.HeaderClassName
{
color: #758880;
}
.AnyTagClassName
{
color: #758880;
}
</style>
background-color css
<style>
a { background-color: #758880; }
a { background-color: rgb(117,136,128); }
div.DivClassName
{
background-color: #758880;
}
.BgClassName
{
background-color: #758880;
}
</style>
border-color css
<style>
span { border-color: #758880; }
span { border-color: rgb(117,136,128); }
td.TdClassName
{
border-color: #758880;
}
.TagClassName
{
border-color: #758880;
}
</style>