Shades of Kokoda #777662
Tints of Kokoda #777662
RGB
CMYK
RGB Variations
Color information
#777662 (or 0x777662) is known color: Kokoda. HEX triplet: 77, 76 and 62. RGB value is (119,118,98). Sum of RGB (Red+Green+Blue) = 119+118+98=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 119 - color contains mainly: red. Hex color #777662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777662 is #88899D. Grayscale: #747474. Windows color (decimal): -8948126 or 6452855. OLE color: 6452855.
HSL color Cylindrical-coordinate representation of color #777662: hue angle of 57.14º 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 #777662 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 98 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.53 |
| HSL | 57.14º | 0.1% | 0.43% | - |
| HSV(B) | 57.14º | 0.18% | 0.47% | - |
| XYZ | 16.29 | 17.76 | 14.12 | - |
| YUV | 116.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 98 | 0 | 0.01 | 0.18 | 0.53 | 57.14 | 0.1 | 0.43 |
| Hex | 77 | 76 | 62 | 0 | 1 | 12 | 35 | 39 | A | 2B |
| Octal | 167 | 166 | 142 | 0 | 1 | 22 | 65 | 71 | 12 | 53 |
| Binary | 1110111 | 1110110 | 1100010 | 0 | 1 | 10010 | 110101 | 111001 | 1010 | 101011 |
Color Harmonies of #777662
Complementary color
Monochromatic Colors of #777662
Black with #777662
Text Example
Text Example
White with #777662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777662; }
p { color: rgb(119,118,98); }
H1.HeaderClassName
{
color: #777662;
}
.AnyTagClassName
{
color: #777662;
}
</style>
background-color css
<style>
a { background-color: #777662; }
a { background-color: rgb(119,118,98); }
div.DivClassName
{
background-color: #777662;
}
.BgClassName
{
background-color: #777662;
}
</style>
border-color css
<style>
span { border-color: #777662; }
span { border-color: rgb(119,118,98); }
td.TdClassName
{
border-color: #777662;
}
.TagClassName
{
border-color: #777662;
}
</style>