Shades of Olivetone #77751F
Tints of Olivetone #77751F
RGB
CMYK
RGB Variations
Color information
#77751F (or 0x77751F) is known color: Olivetone. HEX triplet: 77, 75 and 1F. RGB value is (119,117,31). Sum of RGB (Red+Green+Blue) = 119+117+31=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77751F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751F is #888AE0. Grayscale: #6C6C6C. Windows color (decimal): -8948449 or 2061687. OLE color: 2061687.
HSL color Cylindrical-coordinate representation of color #77751F: hue angle of 58.64º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77751F is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 31 | - |
| CMYK | 0 | 0.02 | 0.74 | 0.53 |
| HSL | 58.64º | 0.59% | 0.29% | - |
| HSV(B) | 58.64º | 0.74% | 0.47% | - |
| XYZ | 14.22 | 16.74 | 3.78 | - |
| YUV | 107.79 | 84.66 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 31 | 0 | 0.02 | 0.74 | 0.53 | 58.64 | 0.59 | 0.29 |
| Hex | 77 | 75 | 1F | 0 | 2 | 4A | 35 | 3B | 3B | 1D |
| Octal | 167 | 165 | 37 | 0 | 2 | 112 | 65 | 73 | 73 | 35 |
| Binary | 1110111 | 1110101 | 11111 | 0 | 10 | 1001010 | 110101 | 111011 | 111011 | 11101 |
Color Harmonies of #77751F
Complementary color
Monochromatic Colors of #77751F
Black with #77751F
Text Example
Text Example
White with #77751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77751F; }
p { color: rgb(119,117,31); }
H1.HeaderClassName
{
color: #77751F;
}
.AnyTagClassName
{
color: #77751F;
}
</style>
background-color css
<style>
a { background-color: #77751F; }
a { background-color: rgb(119,117,31); }
div.DivClassName
{
background-color: #77751F;
}
.BgClassName
{
background-color: #77751F;
}
</style>
border-color css
<style>
span { border-color: #77751F; }
span { border-color: rgb(119,117,31); }
td.TdClassName
{
border-color: #77751F;
}
.TagClassName
{
border-color: #77751F;
}
</style>