Shades of Kokoda #77764F
Tints of Kokoda #77764F
RGB
CMYK
RGB Variations
Color information
#77764F (or 0x77764F) is known color: Kokoda. HEX triplet: 77, 76 and 4F. RGB value is (119,118,79). Sum of RGB (Red+Green+Blue) = 119+118+79=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #77764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77764F is #8889B0. Grayscale: #727272. Windows color (decimal): -8948145 or 5207671. OLE color: 5207671.
HSL color Cylindrical-coordinate representation of color #77764F: hue angle of 58.5º 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 #77764F is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 79 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.53 |
| HSL | 58.5º | 0.2% | 0.39% | - |
| HSV(B) | 58.5º | 0.34% | 0.47% | - |
| XYZ | 15.5 | 17.44 | 9.95 | - |
| YUV | 113.85 | 108.33 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 79 | 0 | 0.01 | 0.34 | 0.53 | 58.5 | 0.2 | 0.39 |
| Hex | 77 | 76 | 4F | 0 | 1 | 22 | 35 | 3A | 14 | 27 |
| Octal | 167 | 166 | 117 | 0 | 1 | 42 | 65 | 72 | 24 | 47 |
| Binary | 1110111 | 1110110 | 1001111 | 0 | 1 | 100010 | 110101 | 111010 | 10100 | 100111 |
Color Harmonies of #77764F
Complementary color
Monochromatic Colors of #77764F
Black with #77764F
Text Example
Text Example
White with #77764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77764F; }
p { color: rgb(119,118,79); }
H1.HeaderClassName
{
color: #77764F;
}
.AnyTagClassName
{
color: #77764F;
}
</style>
background-color css
<style>
a { background-color: #77764F; }
a { background-color: rgb(119,118,79); }
div.DivClassName
{
background-color: #77764F;
}
.BgClassName
{
background-color: #77764F;
}
</style>
border-color css
<style>
span { border-color: #77764F; }
span { border-color: rgb(119,118,79); }
td.TdClassName
{
border-color: #77764F;
}
.TagClassName
{
border-color: #77764F;
}
</style>