Shades of Kokoda #777660
Tints of Kokoda #777660
RGB
CMYK
RGB Variations
Color information
#777660 (or 0x777660) is known color: Kokoda. HEX triplet: 77, 76 and 60. RGB value is (119,118,96). Sum of RGB (Red+Green+Blue) = 119+118+96=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 96 (37.89% from 255 or 28.83% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #777660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777660 is #88899F. Grayscale: #737373. Windows color (decimal): -8948128 or 6321783. OLE color: 6321783.
HSL color Cylindrical-coordinate representation of color #777660: hue angle of 57.39º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #777660 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 96 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.53 |
| HSL | 57.39º | 0.11% | 0.42% | - |
| HSV(B) | 57.39º | 0.19% | 0.47% | - |
| XYZ | 16.2 | 17.72 | 13.63 | - |
| YUV | 115.79 | 116.83 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 96 | 0 | 0.01 | 0.19 | 0.53 | 57.39 | 0.11 | 0.42 |
| Hex | 77 | 76 | 60 | 0 | 1 | 13 | 35 | 39 | B | 2A |
| Octal | 167 | 166 | 140 | 0 | 1 | 23 | 65 | 71 | 13 | 52 |
| Binary | 1110111 | 1110110 | 1100000 | 0 | 1 | 10011 | 110101 | 111001 | 1011 | 101010 |
Color Harmonies of #777660
Complementary color
Monochromatic Colors of #777660
Black with #777660
Text Example
Text Example
White with #777660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777660; }
p { color: rgb(119,118,96); }
H1.HeaderClassName
{
color: #777660;
}
.AnyTagClassName
{
color: #777660;
}
</style>
background-color css
<style>
a { background-color: #777660; }
a { background-color: rgb(119,118,96); }
div.DivClassName
{
background-color: #777660;
}
.BgClassName
{
background-color: #777660;
}
</style>
border-color css
<style>
span { border-color: #777660; }
span { border-color: rgb(119,118,96); }
td.TdClassName
{
border-color: #777660;
}
.TagClassName
{
border-color: #777660;
}
</style>