Shades of Kokoda #777666
Tints of Kokoda #777666
RGB
CMYK
RGB Variations
Color information
#777666 (or 0x777666) is known color: Kokoda. HEX triplet: 77, 76 and 66. RGB value is (119,118,102). Sum of RGB (Red+Green+Blue) = 119+118+102=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #777666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777666 is #888999. Grayscale: #747474. Windows color (decimal): -8948122 or 6714999. OLE color: 6714999.
HSL color Cylindrical-coordinate representation of color #777666: hue angle of 56.47º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #777666 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 102 | - |
| CMYK | 0 | 0.01 | 0.14 | 0.53 |
| HSL | 56.47º | 0.08% | 0.43% | - |
| HSV(B) | 56.47º | 0.14% | 0.47% | - |
| XYZ | 16.48 | 17.84 | 15.14 | - |
| YUV | 116.48 | 119.83 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 102 | 0 | 0.01 | 0.14 | 0.53 | 56.47 | 0.08 | 0.43 |
| Hex | 77 | 76 | 66 | 0 | 1 | E | 35 | 38 | 8 | 2B |
| Octal | 167 | 166 | 146 | 0 | 1 | 16 | 65 | 70 | 10 | 53 |
| Binary | 1110111 | 1110110 | 1100110 | 0 | 1 | 1110 | 110101 | 111000 | 1000 | 101011 |
Color Harmonies of #777666
Complementary color
Monochromatic Colors of #777666
Black with #777666
Text Example
Text Example
White with #777666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777666; }
p { color: rgb(119,118,102); }
H1.HeaderClassName
{
color: #777666;
}
.AnyTagClassName
{
color: #777666;
}
</style>
background-color css
<style>
a { background-color: #777666; }
a { background-color: rgb(119,118,102); }
div.DivClassName
{
background-color: #777666;
}
.BgClassName
{
background-color: #777666;
}
</style>
border-color css
<style>
span { border-color: #777666; }
span { border-color: rgb(119,118,102); }
td.TdClassName
{
border-color: #777666;
}
.TagClassName
{
border-color: #777666;
}
</style>