Shades of Granny Smith #748780
Tints of Granny Smith #748780
RGB
CMYK
RGB Variations
Color information
#748780 (or 0x748780) is known color: Granny Smith. HEX triplet: 74, 87 and 80. RGB value is (116,135,128). Sum of RGB (Red+Green+Blue) = 116+135+128=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #748780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748780 is #8B787F. Grayscale: #808080. Windows color (decimal): -9140352 or 8423284. OLE color: 8423284.
HSL color Cylindrical-coordinate representation of color #748780: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #748780 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 128 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.47 |
| HSL | 157.89º | 0.08% | 0.49% | - |
| HSV(B) | 157.89º | 0.14% | 0.53% | - |
| XYZ | 19.76 | 22.6 | 23.74 | - |
| YUV | 128.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 128 | 0.14 | 0 | 0.05 | 0.47 | 157.89 | 0.08 | 0.49 |
| Hex | 74 | 87 | 80 | E | 0 | 5 | 2F | 9E | 8 | 31 |
| Octal | 164 | 207 | 200 | 16 | 0 | 5 | 57 | 236 | 10 | 61 |
| Binary | 1110100 | 10000111 | 10000000 | 1110 | 0 | 101 | 101111 | 10011110 | 1000 | 110001 |
Color Harmonies of #748780
Complementary color
Monochromatic Colors of #748780
Black with #748780
Text Example
Text Example
White with #748780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748780; }
p { color: rgb(116,135,128); }
H1.HeaderClassName
{
color: #748780;
}
.AnyTagClassName
{
color: #748780;
}
</style>
background-color css
<style>
a { background-color: #748780; }
a { background-color: rgb(116,135,128); }
div.DivClassName
{
background-color: #748780;
}
.BgClassName
{
background-color: #748780;
}
</style>
border-color css
<style>
span { border-color: #748780; }
span { border-color: rgb(116,135,128); }
td.TdClassName
{
border-color: #748780;
}
.TagClassName
{
border-color: #748780;
}
</style>