Shades of Kokoda #77774F
Tints of Kokoda #77774F
RGB
CMYK
RGB Variations
Color information
#77774F (or 0x77774F) is known color: Kokoda. HEX triplet: 77, 77 and 4F. RGB value is (119,119,79). Sum of RGB (Red+Green+Blue) = 119+119+79=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77774F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77774F is #8888B0. Grayscale: #727272. Windows color (decimal): -8947889 or 5207927. OLE color: 5207927.
HSL color Cylindrical-coordinate representation of color #77774F: hue angle of 60º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77774F is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 79 | - |
| CMYK | 0 | 0 | 0.34 | 0.53 |
| HSL | 60º | 0.2% | 0.39% | - |
| HSV(B) | 60º | 0.34% | 0.47% | - |
| XYZ | 15.62 | 17.68 | 9.99 | - |
| YUV | 114.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 79 | 0 | 0 | 0.34 | 0.53 | 60 | 0.2 | 0.39 |
| Hex | 77 | 77 | 4F | 0 | 0 | 22 | 35 | 3C | 14 | 27 |
| Octal | 167 | 167 | 117 | 0 | 0 | 42 | 65 | 74 | 24 | 47 |
| Binary | 1110111 | 1110111 | 1001111 | 0 | 0 | 100010 | 110101 | 111100 | 10100 | 100111 |
Color Harmonies of #77774F
Complementary color
Monochromatic Colors of #77774F
Black with #77774F
Text Example
Text Example
White with #77774F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77774F; }
p { color: rgb(119,119,79); }
H1.HeaderClassName
{
color: #77774F;
}
.AnyTagClassName
{
color: #77774F;
}
</style>
background-color css
<style>
a { background-color: #77774F; }
a { background-color: rgb(119,119,79); }
div.DivClassName
{
background-color: #77774F;
}
.BgClassName
{
background-color: #77774F;
}
</style>
border-color css
<style>
span { border-color: #77774F; }
span { border-color: rgb(119,119,79); }
td.TdClassName
{
border-color: #77774F;
}
.TagClassName
{
border-color: #77774F;
}
</style>