Shades of Stonewall #84775A
Tints of Stonewall #84775A
RGB
CMYK
RGB Variations
Color information
#84775A (or 0x84775A) is known color: Stonewall. HEX triplet: 84, 77 and 5A. RGB value is (132,119,90). Sum of RGB (Red+Green+Blue) = 132+119+90=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84775A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775A is #7B88A5. Grayscale: #777777. Windows color (decimal): -8095910 or 5928836. OLE color: 5928836.
HSL color Cylindrical-coordinate representation of color #84775A: hue angle of 41.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84775A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 90 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.48 |
| HSL | 41.43º | 0.19% | 0.44% | - |
| HSV(B) | 41.43º | 0.32% | 0.52% | - |
| XYZ | 17.96 | 18.84 | 12.36 | - |
| YUV | 119.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 90 | 0 | 0.10 | 0.32 | 0.48 | 41.43 | 0.19 | 0.44 |
| Hex | 84 | 77 | 5A | 0 | A | 20 | 30 | 29 | 13 | 2C |
| Octal | 204 | 167 | 132 | 0 | 12 | 40 | 60 | 51 | 23 | 54 |
| Binary | 10000100 | 1110111 | 1011010 | 0 | 1010 | 100000 | 110000 | 101001 | 10011 | 101100 |
Color Harmonies of #84775A
Complementary color
Monochromatic Colors of #84775A
Black with #84775A
Text Example
Text Example
White with #84775A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84775A; }
p { color: rgb(132,119,90); }
H1.HeaderClassName
{
color: #84775A;
}
.AnyTagClassName
{
color: #84775A;
}
</style>
background-color css
<style>
a { background-color: #84775A; }
a { background-color: rgb(132,119,90); }
div.DivClassName
{
background-color: #84775A;
}
.BgClassName
{
background-color: #84775A;
}
</style>
border-color css
<style>
span { border-color: #84775A; }
span { border-color: rgb(132,119,90); }
td.TdClassName
{
border-color: #84775A;
}
.TagClassName
{
border-color: #84775A;
}
</style>