Shades of Stonewall #84775B
Tints of Stonewall #84775B
RGB
CMYK
RGB Variations
Color information
#84775B (or 0x84775B) is known color: Stonewall. HEX triplet: 84, 77 and 5B. RGB value is (132,119,91). Sum of RGB (Red+Green+Blue) = 132+119+91=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84775B is #7B88A4. Grayscale: #777777. Windows color (decimal): -8095909 or 5994372. OLE color: 5994372.
HSL color Cylindrical-coordinate representation of color #84775B: hue angle of 40.98º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84775B is Cyan = 0, Magento = 0.10, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 119 | 91 | - |
| CMYK | 0 | 0.10 | 0.31 | 0.48 |
| HSL | 40.98º | 0.18% | 0.44% | - |
| HSV(B) | 40.98º | 0.31% | 0.52% | - |
| XYZ | 18 | 18.85 | 12.59 | - |
| YUV | 119.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 91 | 0 | 0.10 | 0.31 | 0.48 | 40.98 | 0.18 | 0.44 |
| Hex | 84 | 77 | 5B | 0 | A | 1F | 30 | 29 | 12 | 2C |
| Octal | 204 | 167 | 133 | 0 | 12 | 37 | 60 | 51 | 22 | 54 |
| Binary | 10000100 | 1110111 | 1011011 | 0 | 1010 | 11111 | 110000 | 101001 | 10010 | 101100 |
Color Harmonies of #84775B
Complementary color
Monochromatic Colors of #84775B
Black with #84775B
Text Example
Text Example
White with #84775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84775B; }
p { color: rgb(132,119,91); }
H1.HeaderClassName
{
color: #84775B;
}
.AnyTagClassName
{
color: #84775B;
}
</style>
background-color css
<style>
a { background-color: #84775B; }
a { background-color: rgb(132,119,91); }
div.DivClassName
{
background-color: #84775B;
}
.BgClassName
{
background-color: #84775B;
}
</style>
border-color css
<style>
span { border-color: #84775B; }
span { border-color: rgb(132,119,91); }
td.TdClassName
{
border-color: #84775B;
}
.TagClassName
{
border-color: #84775B;
}
</style>