Shades of Granny Smith #7B9B8D
Tints of Granny Smith #7B9B8D
RGB
CMYK
RGB Variations
Color information
#7B9B8D (or 0x7B9B8D) is known color: Granny Smith. HEX triplet: 7B, 9B and 8D. RGB value is (123,155,141). Sum of RGB (Red+Green+Blue) = 123+155+141=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 155 (60.94% from 255 or 36.99% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 155 - color contains mainly: green. Hex color #7B9B8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9B8D is #846472. Grayscale: #8F8F8F. Windows color (decimal): -8676467 or 9280379. OLE color: 9280379.
HSL color Cylindrical-coordinate representation of color #7B9B8D: hue angle of 153.75º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7B9B8D is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 123 | 155 | 141 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.39 |
| HSL | 153.75º | 0.14% | 0.55% | - |
| HSV(B) | 153.75º | 0.21% | 0.61% | - |
| XYZ | 24.7 | 29.58 | 29.61 | - |
| YUV | 143.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 155 | 141 | 0.21 | 0 | 0.09 | 0.39 | 153.75 | 0.14 | 0.55 |
| Hex | 7B | 9B | 8D | 15 | 0 | 9 | 27 | 9A | E | 37 |
| Octal | 173 | 233 | 215 | 25 | 0 | 11 | 47 | 232 | 16 | 67 |
| Binary | 1111011 | 10011011 | 10001101 | 10101 | 0 | 1001 | 100111 | 10011010 | 1110 | 110111 |
Color Harmonies of #7B9B8D
Complementary color
Monochromatic Colors of #7B9B8D
Black with #7B9B8D
Text Example
Text Example
White with #7B9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9B8D; }
p { color: rgb(123,155,141); }
H1.HeaderClassName
{
color: #7B9B8D;
}
.AnyTagClassName
{
color: #7B9B8D;
}
</style>
background-color css
<style>
a { background-color: #7B9B8D; }
a { background-color: rgb(123,155,141); }
div.DivClassName
{
background-color: #7B9B8D;
}
.BgClassName
{
background-color: #7B9B8D;
}
</style>
border-color css
<style>
span { border-color: #7B9B8D; }
span { border-color: rgb(123,155,141); }
td.TdClassName
{
border-color: #7B9B8D;
}
.TagClassName
{
border-color: #7B9B8D;
}
</style>