Shades of Kokoda #777564
Tints of Kokoda #777564
RGB
CMYK
RGB Variations
Color information
#777564 (or 0x777564) is known color: Kokoda. HEX triplet: 77, 75 and 64. RGB value is (119,117,100). Sum of RGB (Red+Green+Blue) = 119+117+100=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 119 - color contains mainly: red. Hex color #777564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777564 is #888A9B. Grayscale: #737373. Windows color (decimal): -8948380 or 6583671. OLE color: 6583671.
HSL color Cylindrical-coordinate representation of color #777564: hue angle of 53.68º 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 #777564 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 100 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.53 |
| HSL | 53.68º | 0.09% | 0.43% | - |
| HSV(B) | 53.68º | 0.16% | 0.47% | - |
| XYZ | 16.27 | 17.56 | 14.59 | - |
| YUV | 115.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 100 | 0 | 0.02 | 0.16 | 0.53 | 53.68 | 0.09 | 0.43 |
| Hex | 77 | 75 | 64 | 0 | 2 | 10 | 35 | 36 | 9 | 2B |
| Octal | 167 | 165 | 144 | 0 | 2 | 20 | 65 | 66 | 11 | 53 |
| Binary | 1110111 | 1110101 | 1100100 | 0 | 10 | 10000 | 110101 | 110110 | 1001 | 101011 |
Color Harmonies of #777564
Complementary color
Monochromatic Colors of #777564
Black with #777564
Text Example
Text Example
White with #777564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777564; }
p { color: rgb(119,117,100); }
H1.HeaderClassName
{
color: #777564;
}
.AnyTagClassName
{
color: #777564;
}
</style>
background-color css
<style>
a { background-color: #777564; }
a { background-color: rgb(119,117,100); }
div.DivClassName
{
background-color: #777564;
}
.BgClassName
{
background-color: #777564;
}
</style>
border-color css
<style>
span { border-color: #777564; }
span { border-color: rgb(119,117,100); }
td.TdClassName
{
border-color: #777564;
}
.TagClassName
{
border-color: #777564;
}
</style>