Shades of Olive Haze #827E6C
Tints of Olive Haze #827E6C
RGB
CMYK
RGB Variations
Color information
#827E6C (or 0x827E6C) is known color: Olive Haze. HEX triplet: 82, 7E and 6C. RGB value is (130,126,108). Sum of RGB (Red+Green+Blue) = 130+126+108=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 130 - color contains mainly: red. Hex color #827E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E6C is #7D8193. Grayscale: #7D7D7D. Windows color (decimal): -8225172 or 7110274. OLE color: 7110274.
HSL color Cylindrical-coordinate representation of color #827E6C: hue angle of 49.09º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #827E6C is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 108 | - |
| CMYK | 0 | 0.03 | 0.17 | 0.49 |
| HSL | 49.09º | 0.09% | 0.47% | - |
| HSV(B) | 49.09º | 0.17% | 0.51% | - |
| XYZ | 19.37 | 20.75 | 17.17 | - |
| YUV | 125.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 108 | 0 | 0.03 | 0.17 | 0.49 | 49.09 | 0.09 | 0.47 |
| Hex | 82 | 7E | 6C | 0 | 3 | 11 | 31 | 31 | 9 | 2F |
| Octal | 202 | 176 | 154 | 0 | 3 | 21 | 61 | 61 | 11 | 57 |
| Binary | 10000010 | 1111110 | 1101100 | 0 | 11 | 10001 | 110001 | 110001 | 1001 | 101111 |
Color Harmonies of #827E6C
Complementary color
Monochromatic Colors of #827E6C
Black with #827E6C
Text Example
Text Example
White with #827E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E6C; }
p { color: rgb(130,126,108); }
H1.HeaderClassName
{
color: #827E6C;
}
.AnyTagClassName
{
color: #827E6C;
}
</style>
background-color css
<style>
a { background-color: #827E6C; }
a { background-color: rgb(130,126,108); }
div.DivClassName
{
background-color: #827E6C;
}
.BgClassName
{
background-color: #827E6C;
}
</style>
border-color css
<style>
span { border-color: #827E6C; }
span { border-color: rgb(130,126,108); }
td.TdClassName
{
border-color: #827E6C;
}
.TagClassName
{
border-color: #827E6C;
}
</style>