Shades of Granny Smith #758881
Tints of Granny Smith #758881
RGB
CMYK
RGB Variations
Color information
#758881 (or 0x758881) is known color: Granny Smith. HEX triplet: 75, 88 and 81. RGB value is (117,136,129). Sum of RGB (Red+Green+Blue) = 117+136+129=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 136 - color contains mainly: green. Hex color #758881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758881 is #8A777E. Grayscale: #818181. Windows color (decimal): -9074559 or 8489077. OLE color: 8489077.
HSL color Cylindrical-coordinate representation of color #758881: hue angle of 157.89º 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 #758881 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 129 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.47 |
| HSL | 157.89º | 0.08% | 0.5% | - |
| HSV(B) | 157.89º | 0.14% | 0.53% | - |
| XYZ | 20.1 | 22.98 | 24.14 | - |
| YUV | 129.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 129 | 0.14 | 0 | 0.05 | 0.47 | 157.89 | 0.08 | 0.5 |
| Hex | 75 | 88 | 81 | E | 0 | 5 | 2F | 9E | 8 | 32 |
| Octal | 165 | 210 | 201 | 16 | 0 | 5 | 57 | 236 | 10 | 62 |
| Binary | 1110101 | 10001000 | 10000001 | 1110 | 0 | 101 | 101111 | 10011110 | 1000 | 110010 |
Color Harmonies of #758881
Complementary color
Monochromatic Colors of #758881
Black with #758881
Text Example
Text Example
White with #758881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758881; }
p { color: rgb(117,136,129); }
H1.HeaderClassName
{
color: #758881;
}
.AnyTagClassName
{
color: #758881;
}
</style>
background-color css
<style>
a { background-color: #758881; }
a { background-color: rgb(117,136,129); }
div.DivClassName
{
background-color: #758881;
}
.BgClassName
{
background-color: #758881;
}
</style>
border-color css
<style>
span { border-color: #758881; }
span { border-color: rgb(117,136,129); }
td.TdClassName
{
border-color: #758881;
}
.TagClassName
{
border-color: #758881;
}
</style>