Shades of Stonewall #84765C
Tints of Stonewall #84765C
RGB
CMYK
RGB Variations
Color information
#84765C (or 0x84765C) is known color: Stonewall. HEX triplet: 84, 76 and 5C. RGB value is (132,118,92). Sum of RGB (Red+Green+Blue) = 132+118+92=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84765C is #7B89A3. Grayscale: #777777. Windows color (decimal): -8096164 or 6059652. OLE color: 6059652.
HSL color Cylindrical-coordinate representation of color #84765C: hue angle of 39º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84765C is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 118 | 92 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.48 |
| HSL | 39º | 0.18% | 0.44% | - |
| HSV(B) | 39º | 0.3% | 0.52% | - |
| XYZ | 17.93 | 18.64 | 12.78 | - |
| YUV | 119.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 92 | 0 | 0.11 | 0.30 | 0.48 | 39 | 0.18 | 0.44 |
| Hex | 84 | 76 | 5C | 0 | B | 1E | 30 | 27 | 12 | 2C |
| Octal | 204 | 166 | 134 | 0 | 13 | 36 | 60 | 47 | 22 | 54 |
| Binary | 10000100 | 1110110 | 1011100 | 0 | 1011 | 11110 | 110000 | 100111 | 10010 | 101100 |
Color Harmonies of #84765C
Complementary color
Monochromatic Colors of #84765C
Black with #84765C
Text Example
Text Example
White with #84765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84765C; }
p { color: rgb(132,118,92); }
H1.HeaderClassName
{
color: #84765C;
}
.AnyTagClassName
{
color: #84765C;
}
</style>
background-color css
<style>
a { background-color: #84765C; }
a { background-color: rgb(132,118,92); }
div.DivClassName
{
background-color: #84765C;
}
.BgClassName
{
background-color: #84765C;
}
</style>
border-color css
<style>
span { border-color: #84765C; }
span { border-color: rgb(132,118,92); }
td.TdClassName
{
border-color: #84765C;
}
.TagClassName
{
border-color: #84765C;
}
</style>