Shades of Granny Smith #788B85
Tints of Granny Smith #788B85
RGB
CMYK
RGB Variations
Color information
#788B85 (or 0x788B85) is known color: Granny Smith. HEX triplet: 78, 8B and 85. RGB value is (120,139,133). Sum of RGB (Red+Green+Blue) = 120+139+133=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 139 - color contains mainly: green. Hex color #788B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788B85 is #87747A. Grayscale: #848484. Windows color (decimal): -8877179 or 8751992. OLE color: 8751992.
HSL color Cylindrical-coordinate representation of color #788B85: hue angle of 161.05º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #788B85 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 139 | 133 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.45 |
| HSL | 161.05º | 0.08% | 0.51% | - |
| HSV(B) | 161.05º | 0.14% | 0.55% | - |
| XYZ | 21.21 | 24.15 | 25.73 | - |
| YUV | 132.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 133 | 0.14 | 0 | 0.04 | 0.45 | 161.05 | 0.08 | 0.51 |
| Hex | 78 | 8B | 85 | E | 0 | 4 | 2D | A1 | 8 | 33 |
| Octal | 170 | 213 | 205 | 16 | 0 | 4 | 55 | 241 | 10 | 63 |
| Binary | 1111000 | 10001011 | 10000101 | 1110 | 0 | 100 | 101101 | 10100001 | 1000 | 110011 |
Color Harmonies of #788B85
Complementary color
Monochromatic Colors of #788B85
Black with #788B85
Text Example
Text Example
White with #788B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788B85; }
p { color: rgb(120,139,133); }
H1.HeaderClassName
{
color: #788B85;
}
.AnyTagClassName
{
color: #788B85;
}
</style>
background-color css
<style>
a { background-color: #788B85; }
a { background-color: rgb(120,139,133); }
div.DivClassName
{
background-color: #788B85;
}
.BgClassName
{
background-color: #788B85;
}
</style>
border-color css
<style>
span { border-color: #788B85; }
span { border-color: rgb(120,139,133); }
td.TdClassName
{
border-color: #788B85;
}
.TagClassName
{
border-color: #788B85;
}
</style>