Shades of Kokoda #777562
Tints of Kokoda #777562
RGB
CMYK
RGB Variations
Color information
#777562 (or 0x777562) is known color: Kokoda. HEX triplet: 77, 75 and 62. RGB value is (119,117,98). Sum of RGB (Red+Green+Blue) = 119+117+98=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #777562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777562 is #888A9D. Grayscale: #737373. Windows color (decimal): -8948382 or 6452599. OLE color: 6452599.
HSL color Cylindrical-coordinate representation of color #777562: hue angle of 54.29º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #777562 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 98 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.53 |
| HSL | 54.29º | 0.1% | 0.43% | - |
| HSV(B) | 54.29º | 0.18% | 0.47% | - |
| XYZ | 16.17 | 17.53 | 14.09 | - |
| YUV | 115.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 98 | 0 | 0.02 | 0.18 | 0.53 | 54.29 | 0.1 | 0.43 |
| Hex | 77 | 75 | 62 | 0 | 2 | 12 | 35 | 36 | A | 2B |
| Octal | 167 | 165 | 142 | 0 | 2 | 22 | 65 | 66 | 12 | 53 |
| Binary | 1110111 | 1110101 | 1100010 | 0 | 10 | 10010 | 110101 | 110110 | 1010 | 101011 |
Color Harmonies of #777562
Complementary color
Monochromatic Colors of #777562
Black with #777562
Text Example
Text Example
White with #777562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777562; }
p { color: rgb(119,117,98); }
H1.HeaderClassName
{
color: #777562;
}
.AnyTagClassName
{
color: #777562;
}
</style>
background-color css
<style>
a { background-color: #777562; }
a { background-color: rgb(119,117,98); }
div.DivClassName
{
background-color: #777562;
}
.BgClassName
{
background-color: #777562;
}
</style>
border-color css
<style>
span { border-color: #777562; }
span { border-color: rgb(119,117,98); }
td.TdClassName
{
border-color: #777562;
}
.TagClassName
{
border-color: #777562;
}
</style>