Shades of Granny Smith #758780
Tints of Granny Smith #758780
RGB
CMYK
RGB Variations
Color information
#758780 (or 0x758780) is known color: Granny Smith. HEX triplet: 75, 87 and 80. RGB value is (117,135,128). Sum of RGB (Red+Green+Blue) = 117+135+128=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 135 - color contains mainly: green. Hex color #758780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758780 is #8A787F. Grayscale: #808080. Windows color (decimal): -9074816 or 8423285. OLE color: 8423285.
HSL color Cylindrical-coordinate representation of color #758780: hue angle of 156.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 #758780 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 128 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.47 |
| HSL | 156.67º | 0.07% | 0.49% | - |
| HSV(B) | 156.67º | 0.13% | 0.53% | - |
| XYZ | 19.9 | 22.67 | 23.75 | - |
| YUV | 128.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 128 | 0.13 | 0 | 0.05 | 0.47 | 156.67 | 0.07 | 0.49 |
| Hex | 75 | 87 | 80 | D | 0 | 5 | 2F | 9D | 7 | 31 |
| Octal | 165 | 207 | 200 | 15 | 0 | 5 | 57 | 235 | 7 | 61 |
| Binary | 1110101 | 10000111 | 10000000 | 1101 | 0 | 101 | 101111 | 10011101 | 111 | 110001 |
Color Harmonies of #758780
Complementary color
Monochromatic Colors of #758780
Black with #758780
Text Example
Text Example
White with #758780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758780; }
p { color: rgb(117,135,128); }
H1.HeaderClassName
{
color: #758780;
}
.AnyTagClassName
{
color: #758780;
}
</style>
background-color css
<style>
a { background-color: #758780; }
a { background-color: rgb(117,135,128); }
div.DivClassName
{
background-color: #758780;
}
.BgClassName
{
background-color: #758780;
}
</style>
border-color css
<style>
span { border-color: #758780; }
span { border-color: rgb(117,135,128); }
td.TdClassName
{
border-color: #758780;
}
.TagClassName
{
border-color: #758780;
}
</style>