Shades of Kokoda #777555
Tints of Kokoda #777555
RGB
CMYK
RGB Variations
Color information
#777555 (or 0x777555) is known color: Kokoda. HEX triplet: 77, 75 and 55. RGB value is (119,117,85). Sum of RGB (Red+Green+Blue) = 119+117+85=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 85 (33.59% from 255 or 26.48% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #777555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777555 is #888AAA. Grayscale: #727272. Windows color (decimal): -8948395 or 5600631. OLE color: 5600631.
HSL color Cylindrical-coordinate representation of color #777555: hue angle of 56.47º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #777555 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 117 | 85 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.53 |
| HSL | 56.47º | 0.17% | 0.4% | - |
| HSV(B) | 56.47º | 0.29% | 0.47% | - |
| XYZ | 15.61 | 17.3 | 11.11 | - |
| YUV | 113.95 | 111.66 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 85 | 0 | 0.02 | 0.29 | 0.53 | 56.47 | 0.17 | 0.4 |
| Hex | 77 | 75 | 55 | 0 | 2 | 1D | 35 | 38 | 11 | 28 |
| Octal | 167 | 165 | 125 | 0 | 2 | 35 | 65 | 70 | 21 | 50 |
| Binary | 1110111 | 1110101 | 1010101 | 0 | 10 | 11101 | 110101 | 111000 | 10001 | 101000 |
Color Harmonies of #777555
Complementary color
Monochromatic Colors of #777555
Black with #777555
Text Example
Text Example
White with #777555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777555; }
p { color: rgb(119,117,85); }
H1.HeaderClassName
{
color: #777555;
}
.AnyTagClassName
{
color: #777555;
}
</style>
background-color css
<style>
a { background-color: #777555; }
a { background-color: rgb(119,117,85); }
div.DivClassName
{
background-color: #777555;
}
.BgClassName
{
background-color: #777555;
}
</style>
border-color css
<style>
span { border-color: #777555; }
span { border-color: rgb(119,117,85); }
td.TdClassName
{
border-color: #777555;
}
.TagClassName
{
border-color: #777555;
}
</style>