Shades of Olive Haze #827C64
Tints of Olive Haze #827C64
RGB
CMYK
RGB Variations
Color information
#827C64 (or 0x827C64) is known color: Olive Haze. HEX triplet: 82, 7C and 64. RGB value is (130,124,100). Sum of RGB (Red+Green+Blue) = 130+124+100=354 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.72% from 354); Green value is 124 (48.83% from 255 or 35.03% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 130 - color contains mainly: red. Hex color #827C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C64 is #7D839B. Grayscale: #7B7B7B. Windows color (decimal): -8225692 or 6585474. OLE color: 6585474.
HSL color Cylindrical-coordinate representation of color #827C64: hue angle of 48º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827C64 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 124 | 100 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.49 |
| HSL | 48º | 0.13% | 0.45% | - |
| HSV(B) | 48º | 0.23% | 0.51% | - |
| XYZ | 18.71 | 20.08 | 14.95 | - |
| YUV | 123.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 124 | 100 | 0 | 0.05 | 0.23 | 0.49 | 48 | 0.13 | 0.45 |
| Hex | 82 | 7C | 64 | 0 | 5 | 17 | 31 | 30 | D | 2D |
| Octal | 202 | 174 | 144 | 0 | 5 | 27 | 61 | 60 | 15 | 55 |
| Binary | 10000010 | 1111100 | 1100100 | 0 | 101 | 10111 | 110001 | 110000 | 1101 | 101101 |
Color Harmonies of #827C64
Complementary color
Monochromatic Colors of #827C64
Black with #827C64
Text Example
Text Example
White with #827C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827C64; }
p { color: rgb(130,124,100); }
H1.HeaderClassName
{
color: #827C64;
}
.AnyTagClassName
{
color: #827C64;
}
</style>
background-color css
<style>
a { background-color: #827C64; }
a { background-color: rgb(130,124,100); }
div.DivClassName
{
background-color: #827C64;
}
.BgClassName
{
background-color: #827C64;
}
</style>
border-color css
<style>
span { border-color: #827C64; }
span { border-color: rgb(130,124,100); }
td.TdClassName
{
border-color: #827C64;
}
.TagClassName
{
border-color: #827C64;
}
</style>