Shades of Granny Smith #7B9088
Tints of Granny Smith #7B9088
RGB
CMYK
RGB Variations
Color information
#7B9088 (or 0x7B9088) is known color: Granny Smith. HEX triplet: 7B, 90 and 88. RGB value is (123,144,136). Sum of RGB (Red+Green+Blue) = 123+144+136=403 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.52% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #7B9088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9088 is #846F77. Grayscale: #888888. Windows color (decimal): -8679288 or 8949883. OLE color: 8949883.
HSL color Cylindrical-coordinate representation of color #7B9088: hue angle of 157.14º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B9088 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 136 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.44 |
| HSL | 157.14º | 0.09% | 0.52% | - |
| HSV(B) | 157.14º | 0.15% | 0.56% | - |
| XYZ | 22.59 | 25.94 | 27.11 | - |
| YUV | 136.81 | 127.54 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 136 | 0.15 | 0 | 0.06 | 0.44 | 157.14 | 0.09 | 0.52 |
| Hex | 7B | 90 | 88 | F | 0 | 6 | 2C | 9D | 9 | 34 |
| Octal | 173 | 220 | 210 | 17 | 0 | 6 | 54 | 235 | 11 | 64 |
| Binary | 1111011 | 10010000 | 10001000 | 1111 | 0 | 110 | 101100 | 10011101 | 1001 | 110100 |
Color Harmonies of #7B9088
Complementary color
Monochromatic Colors of #7B9088
Black with #7B9088
Text Example
Text Example
White with #7B9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9088; }
p { color: rgb(123,144,136); }
H1.HeaderClassName
{
color: #7B9088;
}
.AnyTagClassName
{
color: #7B9088;
}
</style>
background-color css
<style>
a { background-color: #7B9088; }
a { background-color: rgb(123,144,136); }
div.DivClassName
{
background-color: #7B9088;
}
.BgClassName
{
background-color: #7B9088;
}
</style>
border-color css
<style>
span { border-color: #7B9088; }
span { border-color: rgb(123,144,136); }
td.TdClassName
{
border-color: #7B9088;
}
.TagClassName
{
border-color: #7B9088;
}
</style>