Shades of Olive Haze #827B5F
Tints of Olive Haze #827B5F
RGB
CMYK
RGB Variations
Color information
#827B5F (or 0x827B5F) is known color: Olive Haze. HEX triplet: 82, 7B and 5F. RGB value is (130,123,95). Sum of RGB (Red+Green+Blue) = 130+123+95=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5F is #7D84A0. Grayscale: #7A7A7A. Windows color (decimal): -8225953 or 6257538. OLE color: 6257538.
HSL color Cylindrical-coordinate representation of color #827B5F: hue angle of 48º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #827B5F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 123 | 95 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.49 |
| HSL | 48º | 0.16% | 0.44% | - |
| HSV(B) | 48º | 0.27% | 0.51% | - |
| XYZ | 18.35 | 19.74 | 13.67 | - |
| YUV | 121.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 95 | 0 | 0.05 | 0.27 | 0.49 | 48 | 0.16 | 0.44 |
| Hex | 82 | 7B | 5F | 0 | 5 | 1B | 31 | 30 | 10 | 2C |
| Octal | 202 | 173 | 137 | 0 | 5 | 33 | 61 | 60 | 20 | 54 |
| Binary | 10000010 | 1111011 | 1011111 | 0 | 101 | 11011 | 110001 | 110000 | 10000 | 101100 |
Color Harmonies of #827B5F
Complementary color
Monochromatic Colors of #827B5F
Black with #827B5F
Text Example
Text Example
White with #827B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827B5F; }
p { color: rgb(130,123,95); }
H1.HeaderClassName
{
color: #827B5F;
}
.AnyTagClassName
{
color: #827B5F;
}
</style>
background-color css
<style>
a { background-color: #827B5F; }
a { background-color: rgb(130,123,95); }
div.DivClassName
{
background-color: #827B5F;
}
.BgClassName
{
background-color: #827B5F;
}
</style>
border-color css
<style>
span { border-color: #827B5F; }
span { border-color: rgb(130,123,95); }
td.TdClassName
{
border-color: #827B5F;
}
.TagClassName
{
border-color: #827B5F;
}
</style>