Shades of Olivetone #77731C
Tints of Olivetone #77731C
RGB
CMYK
RGB Variations
Color information
#77731C (or 0x77731C) is known color: Olivetone. HEX triplet: 77, 73 and 1C. RGB value is (119,115,28). Sum of RGB (Red+Green+Blue) = 119+115+28=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77731C is #888CE3. Grayscale: #6A6A6A. Windows color (decimal): -8948964 or 1864567. OLE color: 1864567.
HSL color Cylindrical-coordinate representation of color #77731C: hue angle of 57.36º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #77731C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 115 | 28 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.53 |
| HSL | 57.36º | 0.62% | 0.29% | - |
| HSV(B) | 57.36º | 0.76% | 0.47% | - |
| XYZ | 13.95 | 16.27 | 3.5 | - |
| YUV | 106.28 | 83.83 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 115 | 28 | 0 | 0.03 | 0.76 | 0.53 | 57.36 | 0.62 | 0.29 |
| Hex | 77 | 73 | 1C | 0 | 3 | 4C | 35 | 39 | 3E | 1D |
| Octal | 167 | 163 | 34 | 0 | 3 | 114 | 65 | 71 | 76 | 35 |
| Binary | 1110111 | 1110011 | 11100 | 0 | 11 | 1001100 | 110101 | 111001 | 111110 | 11101 |
Color Harmonies of #77731C
Complementary color
Monochromatic Colors of #77731C
Black with #77731C
Text Example
Text Example
White with #77731C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77731C; }
p { color: rgb(119,115,28); }
H1.HeaderClassName
{
color: #77731C;
}
.AnyTagClassName
{
color: #77731C;
}
</style>
background-color css
<style>
a { background-color: #77731C; }
a { background-color: rgb(119,115,28); }
div.DivClassName
{
background-color: #77731C;
}
.BgClassName
{
background-color: #77731C;
}
</style>
border-color css
<style>
span { border-color: #77731C; }
span { border-color: rgb(119,115,28); }
td.TdClassName
{
border-color: #77731C;
}
.TagClassName
{
border-color: #77731C;
}
</style>