Shades of Granny Smith #838785
Tints of Granny Smith #838785
RGB
CMYK
RGB Variations
Color information
#838785 (or 0x838785) is known color: Granny Smith. HEX triplet: 83, 87 and 85. RGB value is (131,135,133). Sum of RGB (Red+Green+Blue) = 131+135+133=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 135 - color contains mainly: green. Hex color #838785 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838785 is #7C787A. Grayscale: #858585. Windows color (decimal): -8157307 or 8750979. OLE color: 8750979.
HSL color Cylindrical-coordinate representation of color #838785: hue angle of 150º degrees, saturation: 0.02, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #838785 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 135 | 133 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.47 |
| HSL | 150º | 0.02% | 0.52% | - |
| HSV(B) | 150º | 0.03% | 0.53% | - |
| XYZ | 22.26 | 23.85 | 25.62 | - |
| YUV | 133.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 135 | 133 | 0.03 | 0 | 0.01 | 0.47 | 150 | 0.02 | 0.52 |
| Hex | 83 | 87 | 85 | 3 | 0 | 1 | 2F | 96 | 2 | 34 |
| Octal | 203 | 207 | 205 | 3 | 0 | 1 | 57 | 226 | 2 | 64 |
| Binary | 10000011 | 10000111 | 10000101 | 11 | 0 | 1 | 101111 | 10010110 | 10 | 110100 |
Color Harmonies of #838785
Complementary color
Monochromatic Colors of #838785
Black with #838785
Text Example
Text Example
White with #838785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838785; }
p { color: rgb(131,135,133); }
H1.HeaderClassName
{
color: #838785;
}
.AnyTagClassName
{
color: #838785;
}
</style>
background-color css
<style>
a { background-color: #838785; }
a { background-color: rgb(131,135,133); }
div.DivClassName
{
background-color: #838785;
}
.BgClassName
{
background-color: #838785;
}
</style>
border-color css
<style>
span { border-color: #838785; }
span { border-color: rgb(131,135,133); }
td.TdClassName
{
border-color: #838785;
}
.TagClassName
{
border-color: #838785;
}
</style>