Shades of Kokoda #777747
Tints of Kokoda #777747
RGB
CMYK
RGB Variations
Color information
#777747 (or 0x777747) is known color: Kokoda. HEX triplet: 77, 77 and 47. RGB value is (119,119,71). Sum of RGB (Red+Green+Blue) = 119+119+71=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #777747 is #8888B8. Grayscale: #717171. Windows color (decimal): -8947897 or 4683639. OLE color: 4683639.
HSL color Cylindrical-coordinate representation of color #777747: hue angle of 60º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777747 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 71 | - |
| CMYK | 0 | 0 | 0.40 | 0.53 |
| HSL | 60º | 0.25% | 0.37% | - |
| HSV(B) | 60º | 0.4% | 0.47% | - |
| XYZ | 15.34 | 17.57 | 8.54 | - |
| YUV | 113.53 | 104 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 71 | 0 | 0 | 0.40 | 0.53 | 60 | 0.25 | 0.37 |
| Hex | 77 | 77 | 47 | 0 | 0 | 28 | 35 | 3C | 19 | 25 |
| Octal | 167 | 167 | 107 | 0 | 0 | 50 | 65 | 74 | 31 | 45 |
| Binary | 1110111 | 1110111 | 1000111 | 0 | 0 | 101000 | 110101 | 111100 | 11001 | 100101 |
Color Harmonies of #777747
Complementary color
Monochromatic Colors of #777747
Black with #777747
Text Example
Text Example
White with #777747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777747; }
p { color: rgb(119,119,71); }
H1.HeaderClassName
{
color: #777747;
}
.AnyTagClassName
{
color: #777747;
}
</style>
background-color css
<style>
a { background-color: #777747; }
a { background-color: rgb(119,119,71); }
div.DivClassName
{
background-color: #777747;
}
.BgClassName
{
background-color: #777747;
}
</style>
border-color css
<style>
span { border-color: #777747; }
span { border-color: rgb(119,119,71); }
td.TdClassName
{
border-color: #777747;
}
.TagClassName
{
border-color: #777747;
}
</style>