Shades of Olivetone #77751D
Tints of Olivetone #77751D
RGB
CMYK
RGB Variations
Color information
#77751D (or 0x77751D) is known color: Olivetone. HEX triplet: 77, 75 and 1D. RGB value is (119,117,29). Sum of RGB (Red+Green+Blue) = 119+117+29=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77751D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77751D is #888AE2. Grayscale: #6B6B6B. Windows color (decimal): -8948451 or 1930615. OLE color: 1930615.
HSL color Cylindrical-coordinate representation of color #77751D: hue angle of 58.67º degrees, saturation: 0.61, 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 #77751D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 29 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.53 |
| HSL | 58.67º | 0.61% | 0.29% | - |
| HSV(B) | 58.67º | 0.76% | 0.47% | - |
| XYZ | 14.19 | 16.73 | 3.64 | - |
| YUV | 107.57 | 83.66 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 29 | 0 | 0.02 | 0.76 | 0.53 | 58.67 | 0.61 | 0.29 |
| Hex | 77 | 75 | 1D | 0 | 2 | 4C | 35 | 3B | 3D | 1D |
| Octal | 167 | 165 | 35 | 0 | 2 | 114 | 65 | 73 | 75 | 35 |
| Binary | 1110111 | 1110101 | 11101 | 0 | 10 | 1001100 | 110101 | 111011 | 111101 | 11101 |
Color Harmonies of #77751D
Complementary color
Monochromatic Colors of #77751D
Black with #77751D
Text Example
Text Example
White with #77751D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77751D; }
p { color: rgb(119,117,29); }
H1.HeaderClassName
{
color: #77751D;
}
.AnyTagClassName
{
color: #77751D;
}
</style>
background-color css
<style>
a { background-color: #77751D; }
a { background-color: rgb(119,117,29); }
div.DivClassName
{
background-color: #77751D;
}
.BgClassName
{
background-color: #77751D;
}
</style>
border-color css
<style>
span { border-color: #77751D; }
span { border-color: rgb(119,117,29); }
td.TdClassName
{
border-color: #77751D;
}
.TagClassName
{
border-color: #77751D;
}
</style>