Shades of Granny Smith #7B8380
Tints of Granny Smith #7B8380
RGB
CMYK
RGB Variations
Color information
#7B8380 (or 0x7B8380) is known color: Granny Smith. HEX triplet: 7B, 83 and 80. RGB value is (123,131,128). Sum of RGB (Red+Green+Blue) = 123+131+128=382 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.20% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 131 - color contains mainly: green. Hex color #7B8380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8380 is #847C7F. Grayscale: #808080. Windows color (decimal): -8682624 or 8422267. OLE color: 8422267.
HSL color Cylindrical-coordinate representation of color #7B8380: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B8380 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 128 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.49 |
| HSL | 157.5º | 0.03% | 0.5% | - |
| HSV(B) | 157.5º | 0.06% | 0.51% | - |
| XYZ | 20.18 | 22 | 23.61 | - |
| YUV | 128.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 128 | 0.06 | 0 | 0.02 | 0.49 | 157.5 | 0.03 | 0.5 |
| Hex | 7B | 83 | 80 | 6 | 0 | 2 | 31 | 9E | 3 | 32 |
| Octal | 173 | 203 | 200 | 6 | 0 | 2 | 61 | 236 | 3 | 62 |
| Binary | 1111011 | 10000011 | 10000000 | 110 | 0 | 10 | 110001 | 10011110 | 11 | 110010 |
Color Harmonies of #7B8380
Complementary color
Monochromatic Colors of #7B8380
Black with #7B8380
Text Example
Text Example
White with #7B8380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8380; }
p { color: rgb(123,131,128); }
H1.HeaderClassName
{
color: #7B8380;
}
.AnyTagClassName
{
color: #7B8380;
}
</style>
background-color css
<style>
a { background-color: #7B8380; }
a { background-color: rgb(123,131,128); }
div.DivClassName
{
background-color: #7B8380;
}
.BgClassName
{
background-color: #7B8380;
}
</style>
border-color css
<style>
span { border-color: #7B8380; }
span { border-color: rgb(123,131,128); }
td.TdClassName
{
border-color: #7B8380;
}
.TagClassName
{
border-color: #7B8380;
}
</style>