Shades of Kokoda #777661
Tints of Kokoda #777661
RGB
CMYK
RGB Variations
Color information
#777661 (or 0x777661) is known color: Kokoda. HEX triplet: 77, 76 and 61. RGB value is (119,118,97). Sum of RGB (Red+Green+Blue) = 119+118+97=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777661 is #88899E. Grayscale: #737373. Windows color (decimal): -8948127 or 6387319. OLE color: 6387319.
HSL color Cylindrical-coordinate representation of color #777661: hue angle of 57.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777661 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 97 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.53 |
| HSL | 57.27º | 0.1% | 0.42% | - |
| HSV(B) | 57.27º | 0.18% | 0.47% | - |
| XYZ | 16.24 | 17.74 | 13.88 | - |
| YUV | 115.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 97 | 0 | 0.01 | 0.18 | 0.53 | 57.27 | 0.1 | 0.42 |
| Hex | 77 | 76 | 61 | 0 | 1 | 12 | 35 | 39 | A | 2A |
| Octal | 167 | 166 | 141 | 0 | 1 | 22 | 65 | 71 | 12 | 52 |
| Binary | 1110111 | 1110110 | 1100001 | 0 | 1 | 10010 | 110101 | 111001 | 1010 | 101010 |
Color Harmonies of #777661
Complementary color
Monochromatic Colors of #777661
Black with #777661
Text Example
Text Example
White with #777661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777661; }
p { color: rgb(119,118,97); }
H1.HeaderClassName
{
color: #777661;
}
.AnyTagClassName
{
color: #777661;
}
</style>
background-color css
<style>
a { background-color: #777661; }
a { background-color: rgb(119,118,97); }
div.DivClassName
{
background-color: #777661;
}
.BgClassName
{
background-color: #777661;
}
</style>
border-color css
<style>
span { border-color: #777661; }
span { border-color: rgb(119,118,97); }
td.TdClassName
{
border-color: #777661;
}
.TagClassName
{
border-color: #777661;
}
</style>