Shades of Kokoda #777664
Tints of Kokoda #777664
RGB
CMYK
RGB Variations
Color information
#777664 (or 0x777664) is known color: Kokoda. HEX triplet: 77, 76 and 64. RGB value is (119,118,100). Sum of RGB (Red+Green+Blue) = 119+118+100=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 119 - color contains mainly: red. Hex color #777664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777664 is #88899B. Grayscale: #747474. Windows color (decimal): -8948124 or 6583927. OLE color: 6583927.
HSL color Cylindrical-coordinate representation of color #777664: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777664 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 100 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.53 |
| HSL | 56.84º | 0.09% | 0.43% | - |
| HSV(B) | 56.84º | 0.16% | 0.47% | - |
| XYZ | 16.39 | 17.8 | 14.63 | - |
| YUV | 116.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 100 | 0 | 0.01 | 0.16 | 0.53 | 56.84 | 0.09 | 0.43 |
| Hex | 77 | 76 | 64 | 0 | 1 | 10 | 35 | 39 | 9 | 2B |
| Octal | 167 | 166 | 144 | 0 | 1 | 20 | 65 | 71 | 11 | 53 |
| Binary | 1110111 | 1110110 | 1100100 | 0 | 1 | 10000 | 110101 | 111001 | 1001 | 101011 |
Color Harmonies of #777664
Complementary color
Monochromatic Colors of #777664
Black with #777664
Text Example
Text Example
White with #777664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777664; }
p { color: rgb(119,118,100); }
H1.HeaderClassName
{
color: #777664;
}
.AnyTagClassName
{
color: #777664;
}
</style>
background-color css
<style>
a { background-color: #777664; }
a { background-color: rgb(119,118,100); }
div.DivClassName
{
background-color: #777664;
}
.BgClassName
{
background-color: #777664;
}
</style>
border-color css
<style>
span { border-color: #777664; }
span { border-color: rgb(119,118,100); }
td.TdClassName
{
border-color: #777664;
}
.TagClassName
{
border-color: #777664;
}
</style>