Shades of Granny Smith #7D8784
Tints of Granny Smith #7D8784
RGB
CMYK
RGB Variations
Color information
#7D8784 (or 0x7D8784) is known color: Granny Smith. HEX triplet: 7D, 87 and 84. RGB value is (125,135,132). Sum of RGB (Red+Green+Blue) = 125+135+132=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 135 - color contains mainly: green. Hex color #7D8784 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8784 is #82787B. Grayscale: #838383. Windows color (decimal): -8550524 or 8685437. OLE color: 8685437.
HSL color Cylindrical-coordinate representation of color #7D8784: hue angle of 162º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7D8784 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 135 | 132 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.47 |
| HSL | 162º | 0.04% | 0.51% | - |
| HSV(B) | 162º | 0.07% | 0.53% | - |
| XYZ | 21.29 | 23.35 | 25.22 | - |
| YUV | 131.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 132 | 0.07 | 0 | 0.02 | 0.47 | 162 | 0.04 | 0.51 |
| Hex | 7D | 87 | 84 | 7 | 0 | 2 | 2F | A2 | 4 | 33 |
| Octal | 175 | 207 | 204 | 7 | 0 | 2 | 57 | 242 | 4 | 63 |
| Binary | 1111101 | 10000111 | 10000100 | 111 | 0 | 10 | 101111 | 10100010 | 100 | 110011 |
Color Harmonies of #7D8784
Complementary color
Monochromatic Colors of #7D8784
Black with #7D8784
Text Example
Text Example
White with #7D8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8784; }
p { color: rgb(125,135,132); }
H1.HeaderClassName
{
color: #7D8784;
}
.AnyTagClassName
{
color: #7D8784;
}
</style>
background-color css
<style>
a { background-color: #7D8784; }
a { background-color: rgb(125,135,132); }
div.DivClassName
{
background-color: #7D8784;
}
.BgClassName
{
background-color: #7D8784;
}
</style>
border-color css
<style>
span { border-color: #7D8784; }
span { border-color: rgb(125,135,132); }
td.TdClassName
{
border-color: #7D8784;
}
.TagClassName
{
border-color: #7D8784;
}
</style>