Shades of Kokoda #777652
Tints of Kokoda #777652
RGB
CMYK
RGB Variations
Color information
#777652 (or 0x777652) is known color: Kokoda. HEX triplet: 77, 76 and 52. RGB value is (119,118,82). Sum of RGB (Red+Green+Blue) = 119+118+82=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #777652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777652 is #8889AD. Grayscale: #727272. Windows color (decimal): -8948142 or 5404279. OLE color: 5404279.
HSL color Cylindrical-coordinate representation of color #777652: hue angle of 58.38º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #777652 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 82 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.53 |
| HSL | 58.38º | 0.18% | 0.39% | - |
| HSV(B) | 58.38º | 0.31% | 0.47% | - |
| XYZ | 15.61 | 17.49 | 10.54 | - |
| YUV | 114.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 82 | 0 | 0.01 | 0.31 | 0.53 | 58.38 | 0.18 | 0.39 |
| Hex | 77 | 76 | 52 | 0 | 1 | 1F | 35 | 3A | 12 | 27 |
| Octal | 167 | 166 | 122 | 0 | 1 | 37 | 65 | 72 | 22 | 47 |
| Binary | 1110111 | 1110110 | 1010010 | 0 | 1 | 11111 | 110101 | 111010 | 10010 | 100111 |
Color Harmonies of #777652
Complementary color
Monochromatic Colors of #777652
Black with #777652
Text Example
Text Example
White with #777652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777652; }
p { color: rgb(119,118,82); }
H1.HeaderClassName
{
color: #777652;
}
.AnyTagClassName
{
color: #777652;
}
</style>
background-color css
<style>
a { background-color: #777652; }
a { background-color: rgb(119,118,82); }
div.DivClassName
{
background-color: #777652;
}
.BgClassName
{
background-color: #777652;
}
</style>
border-color css
<style>
span { border-color: #777652; }
span { border-color: rgb(119,118,82); }
td.TdClassName
{
border-color: #777652;
}
.TagClassName
{
border-color: #777652;
}
</style>