Shades of Granny Smith #7B8B84
Tints of Granny Smith #7B8B84
RGB
CMYK
RGB Variations
Color information
#7B8B84 (or 0x7B8B84) is known color: Granny Smith. HEX triplet: 7B, 8B and 84. RGB value is (123,139,132). Sum of RGB (Red+Green+Blue) = 123+139+132=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 139 - color contains mainly: green. Hex color #7B8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8B84 is #84747B. Grayscale: #858585. Windows color (decimal): -8680572 or 8686459. OLE color: 8686459.
HSL color Cylindrical-coordinate representation of color #7B8B84: hue angle of 153.75º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B8B84 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 139 | 132 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.45 |
| HSL | 153.75º | 0.06% | 0.51% | - |
| HSV(B) | 153.75º | 0.12% | 0.55% | - |
| XYZ | 21.57 | 24.34 | 25.39 | - |
| YUV | 133.42 | 127.2 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 139 | 132 | 0.12 | 0 | 0.05 | 0.45 | 153.75 | 0.06 | 0.51 |
| Hex | 7B | 8B | 84 | C | 0 | 5 | 2D | 9A | 6 | 33 |
| Octal | 173 | 213 | 204 | 14 | 0 | 5 | 55 | 232 | 6 | 63 |
| Binary | 1111011 | 10001011 | 10000100 | 1100 | 0 | 101 | 101101 | 10011010 | 110 | 110011 |
Color Harmonies of #7B8B84
Complementary color
Monochromatic Colors of #7B8B84
Black with #7B8B84
Text Example
Text Example
White with #7B8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8B84; }
p { color: rgb(123,139,132); }
H1.HeaderClassName
{
color: #7B8B84;
}
.AnyTagClassName
{
color: #7B8B84;
}
</style>
background-color css
<style>
a { background-color: #7B8B84; }
a { background-color: rgb(123,139,132); }
div.DivClassName
{
background-color: #7B8B84;
}
.BgClassName
{
background-color: #7B8B84;
}
</style>
border-color css
<style>
span { border-color: #7B8B84; }
span { border-color: rgb(123,139,132); }
td.TdClassName
{
border-color: #7B8B84;
}
.TagClassName
{
border-color: #7B8B84;
}
</style>