Shades of Olivetone #777125
Tints of Olivetone #777125
RGB
CMYK
RGB Variations
Color information
#777125 (or 0x777125) is known color: Olivetone. HEX triplet: 77, 71 and 25. RGB value is (119,113,37). Sum of RGB (Red+Green+Blue) = 119+113+37=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #777125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777125 is #888EDA. Grayscale: #6A6A6A. Windows color (decimal): -8949467 or 2453879. OLE color: 2453879.
HSL color Cylindrical-coordinate representation of color #777125: hue angle of 55.61º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #777125 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 113 | 37 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.53 |
| HSL | 55.61º | 0.53% | 0.31% | - |
| HSV(B) | 55.61º | 0.69% | 0.47% | - |
| XYZ | 13.85 | 15.87 | 4.08 | - |
| YUV | 106.13 | 88.99 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 113 | 37 | 0 | 0.05 | 0.69 | 0.53 | 55.61 | 0.53 | 0.31 |
| Hex | 77 | 71 | 25 | 0 | 5 | 45 | 35 | 38 | 35 | 1F |
| Octal | 167 | 161 | 45 | 0 | 5 | 105 | 65 | 70 | 65 | 37 |
| Binary | 1110111 | 1110001 | 100101 | 0 | 101 | 1000101 | 110101 | 111000 | 110101 | 11111 |
Color Harmonies of #777125
Complementary color
Monochromatic Colors of #777125
Black with #777125
Text Example
Text Example
White with #777125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777125; }
p { color: rgb(119,113,37); }
H1.HeaderClassName
{
color: #777125;
}
.AnyTagClassName
{
color: #777125;
}
</style>
background-color css
<style>
a { background-color: #777125; }
a { background-color: rgb(119,113,37); }
div.DivClassName
{
background-color: #777125;
}
.BgClassName
{
background-color: #777125;
}
</style>
border-color css
<style>
span { border-color: #777125; }
span { border-color: rgb(119,113,37); }
td.TdClassName
{
border-color: #777125;
}
.TagClassName
{
border-color: #777125;
}
</style>