Shades of Olivetone #76752A
Tints of Olivetone #76752A
RGB
CMYK
RGB Variations
Color information
#76752A (or 0x76752A) is known color: Olivetone. HEX triplet: 76, 75 and 2A. RGB value is (118,117,42). Sum of RGB (Red+Green+Blue) = 118+117+42=277 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.60% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 118 - color contains mainly: red. Hex color #76752A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76752A is #898AD5. Grayscale: #6D6D6D. Windows color (decimal): -9013974 or 2782582. OLE color: 2782582.
HSL color Cylindrical-coordinate representation of color #76752A: hue angle of 59.21º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76752A is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 42 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.54 |
| HSL | 59.21º | 0.48% | 0.31% | - |
| HSV(B) | 59.21º | 0.64% | 0.46% | - |
| XYZ | 14.25 | 16.74 | 4.67 | - |
| YUV | 108.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 42 | 0 | 0.01 | 0.64 | 0.54 | 59.21 | 0.48 | 0.31 |
| Hex | 76 | 75 | 2A | 0 | 1 | 40 | 36 | 3B | 30 | 1F |
| Octal | 166 | 165 | 52 | 0 | 1 | 100 | 66 | 73 | 60 | 37 |
| Binary | 1110110 | 1110101 | 101010 | 0 | 1 | 1000000 | 110110 | 111011 | 110000 | 11111 |
Color Harmonies of #76752A
Complementary color
Monochromatic Colors of #76752A
Black with #76752A
Text Example
Text Example
White with #76752A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76752A; }
p { color: rgb(118,117,42); }
H1.HeaderClassName
{
color: #76752A;
}
.AnyTagClassName
{
color: #76752A;
}
</style>
background-color css
<style>
a { background-color: #76752A; }
a { background-color: rgb(118,117,42); }
div.DivClassName
{
background-color: #76752A;
}
.BgClassName
{
background-color: #76752A;
}
</style>
border-color css
<style>
span { border-color: #76752A; }
span { border-color: rgb(118,117,42); }
td.TdClassName
{
border-color: #76752A;
}
.TagClassName
{
border-color: #76752A;
}
</style>