Shades of Granny Smith #7B928C
Tints of Granny Smith #7B928C
RGB
CMYK
RGB Variations
Color information
#7B928C (or 0x7B928C) is known color: Granny Smith. HEX triplet: 7B, 92 and 8C. RGB value is (123,146,140). Sum of RGB (Red+Green+Blue) = 123+146+140=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #7B928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B928C is #846D73. Grayscale: #8A8A8A. Windows color (decimal): -8678772 or 9212539. OLE color: 9212539.
HSL color Cylindrical-coordinate representation of color #7B928C: hue angle of 164.35º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B928C is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 140 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.43 |
| HSL | 164.35º | 0.1% | 0.53% | - |
| HSV(B) | 164.35º | 0.16% | 0.57% | - |
| XYZ | 23.18 | 26.66 | 28.74 | - |
| YUV | 138.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 140 | 0.16 | 0 | 0.04 | 0.43 | 164.35 | 0.1 | 0.53 |
| Hex | 7B | 92 | 8C | 10 | 0 | 4 | 2B | A4 | A | 35 |
| Octal | 173 | 222 | 214 | 20 | 0 | 4 | 53 | 244 | 12 | 65 |
| Binary | 1111011 | 10010010 | 10001100 | 10000 | 0 | 100 | 101011 | 10100100 | 1010 | 110101 |
Color Harmonies of #7B928C
Complementary color
Monochromatic Colors of #7B928C
Black with #7B928C
Text Example
Text Example
White with #7B928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B928C; }
p { color: rgb(123,146,140); }
H1.HeaderClassName
{
color: #7B928C;
}
.AnyTagClassName
{
color: #7B928C;
}
</style>
background-color css
<style>
a { background-color: #7B928C; }
a { background-color: rgb(123,146,140); }
div.DivClassName
{
background-color: #7B928C;
}
.BgClassName
{
background-color: #7B928C;
}
</style>
border-color css
<style>
span { border-color: #7B928C; }
span { border-color: rgb(123,146,140); }
td.TdClassName
{
border-color: #7B928C;
}
.TagClassName
{
border-color: #7B928C;
}
</style>