Shades of Kokoda #777650
Tints of Kokoda #777650
RGB
CMYK
RGB Variations
Color information
#777650 (or 0x777650) is known color: Kokoda. HEX triplet: 77, 76 and 50. RGB value is (119,118,80). Sum of RGB (Red+Green+Blue) = 119+118+80=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #777650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777650 is #8889AF. Grayscale: #727272. Windows color (decimal): -8948144 or 5273207. OLE color: 5273207.
HSL color Cylindrical-coordinate representation of color #777650: hue angle of 58.46º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #777650 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 80 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.53 |
| HSL | 58.46º | 0.2% | 0.39% | - |
| HSV(B) | 58.46º | 0.33% | 0.47% | - |
| XYZ | 15.53 | 17.46 | 10.14 | - |
| YUV | 113.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 80 | 0 | 0.01 | 0.33 | 0.53 | 58.46 | 0.2 | 0.39 |
| Hex | 77 | 76 | 50 | 0 | 1 | 21 | 35 | 3A | 14 | 27 |
| Octal | 167 | 166 | 120 | 0 | 1 | 41 | 65 | 72 | 24 | 47 |
| Binary | 1110111 | 1110110 | 1010000 | 0 | 1 | 100001 | 110101 | 111010 | 10100 | 100111 |
Color Harmonies of #777650
Complementary color
Monochromatic Colors of #777650
Black with #777650
Text Example
Text Example
White with #777650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777650; }
p { color: rgb(119,118,80); }
H1.HeaderClassName
{
color: #777650;
}
.AnyTagClassName
{
color: #777650;
}
</style>
background-color css
<style>
a { background-color: #777650; }
a { background-color: rgb(119,118,80); }
div.DivClassName
{
background-color: #777650;
}
.BgClassName
{
background-color: #777650;
}
</style>
border-color css
<style>
span { border-color: #777650; }
span { border-color: rgb(119,118,80); }
td.TdClassName
{
border-color: #777650;
}
.TagClassName
{
border-color: #777650;
}
</style>