Shades of Granny Smith #848F8C
Tints of Granny Smith #848F8C
RGB
CMYK
RGB Variations
Color information
#848F8C (or 0x848F8C) is known color: Granny Smith. HEX triplet: 84, 8F and 8C. RGB value is (132,143,140). Sum of RGB (Red+Green+Blue) = 132+143+140=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 143 - color contains mainly: green. Hex color #848F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F8C is #7B7073. Grayscale: #8B8B8B. Windows color (decimal): -8089716 or 9211780. OLE color: 9211780.
HSL color Cylindrical-coordinate representation of color #848F8C: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848F8C is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 140 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.44 |
| HSL | 163.64º | 0.05% | 0.54% | - |
| HSV(B) | 163.64º | 0.08% | 0.56% | - |
| XYZ | 24.07 | 26.44 | 28.65 | - |
| YUV | 139.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 140 | 0.08 | 0 | 0.02 | 0.44 | 163.64 | 0.05 | 0.54 |
| Hex | 84 | 8F | 8C | 8 | 0 | 2 | 2C | A4 | 5 | 36 |
| Octal | 204 | 217 | 214 | 10 | 0 | 2 | 54 | 244 | 5 | 66 |
| Binary | 10000100 | 10001111 | 10001100 | 1000 | 0 | 10 | 101100 | 10100100 | 101 | 110110 |
Color Harmonies of #848F8C
Complementary color
Monochromatic Colors of #848F8C
Black with #848F8C
Text Example
Text Example
White with #848F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F8C; }
p { color: rgb(132,143,140); }
H1.HeaderClassName
{
color: #848F8C;
}
.AnyTagClassName
{
color: #848F8C;
}
</style>
background-color css
<style>
a { background-color: #848F8C; }
a { background-color: rgb(132,143,140); }
div.DivClassName
{
background-color: #848F8C;
}
.BgClassName
{
background-color: #848F8C;
}
</style>
border-color css
<style>
span { border-color: #848F8C; }
span { border-color: rgb(132,143,140); }
td.TdClassName
{
border-color: #848F8C;
}
.TagClassName
{
border-color: #848F8C;
}
</style>