Shades of Granny Smith #7D8683
Tints of Granny Smith #7D8683
RGB
CMYK
RGB Variations
Color information
#7D8683 (or 0x7D8683) is known color: Granny Smith. HEX triplet: 7D, 86 and 83. RGB value is (125,134,131). Sum of RGB (Red+Green+Blue) = 125+134+131=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 134 - color contains mainly: green. Hex color #7D8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8683 is #82797C. Grayscale: #828282. Windows color (decimal): -8550781 or 8619645. OLE color: 8619645.
HSL color Cylindrical-coordinate representation of color #7D8683: hue angle of 160º 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 #7D8683 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 125 | 134 | 131 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.47 |
| HSL | 160º | 0.04% | 0.51% | - |
| HSV(B) | 160º | 0.07% | 0.53% | - |
| XYZ | 21.08 | 23.05 | 24.81 | - |
| YUV | 130.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 134 | 131 | 0.07 | 0 | 0.02 | 0.47 | 160 | 0.04 | 0.51 |
| Hex | 7D | 86 | 83 | 7 | 0 | 2 | 2F | A0 | 4 | 33 |
| Octal | 175 | 206 | 203 | 7 | 0 | 2 | 57 | 240 | 4 | 63 |
| Binary | 1111101 | 10000110 | 10000011 | 111 | 0 | 10 | 101111 | 10100000 | 100 | 110011 |
Color Harmonies of #7D8683
Complementary color
Monochromatic Colors of #7D8683
Black with #7D8683
Text Example
Text Example
White with #7D8683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D8683; }
p { color: rgb(125,134,131); }
H1.HeaderClassName
{
color: #7D8683;
}
.AnyTagClassName
{
color: #7D8683;
}
</style>
background-color css
<style>
a { background-color: #7D8683; }
a { background-color: rgb(125,134,131); }
div.DivClassName
{
background-color: #7D8683;
}
.BgClassName
{
background-color: #7D8683;
}
</style>
border-color css
<style>
span { border-color: #7D8683; }
span { border-color: rgb(125,134,131); }
td.TdClassName
{
border-color: #7D8683;
}
.TagClassName
{
border-color: #7D8683;
}
</style>