Shades of Kokoda #77765E
Tints of Kokoda #77765E
RGB
CMYK
RGB Variations
Color information
#77765E (or 0x77765E) is known color: Kokoda. HEX triplet: 77, 76 and 5E. RGB value is (119,118,94). Sum of RGB (Red+Green+Blue) = 119+118+94=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 119 - color contains mainly: red. Hex color #77765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765E is #8889A1. Grayscale: #737373. Windows color (decimal): -8948130 or 6190711. OLE color: 6190711.
HSL color Cylindrical-coordinate representation of color #77765E: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77765E is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 94 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.53 |
| HSL | 57.6º | 0.12% | 0.42% | - |
| HSV(B) | 57.6º | 0.21% | 0.47% | - |
| XYZ | 16.11 | 17.69 | 13.15 | - |
| YUV | 115.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 94 | 0 | 0.01 | 0.21 | 0.53 | 57.6 | 0.12 | 0.42 |
| Hex | 77 | 76 | 5E | 0 | 1 | 15 | 35 | 3A | C | 2A |
| Octal | 167 | 166 | 136 | 0 | 1 | 25 | 65 | 72 | 14 | 52 |
| Binary | 1110111 | 1110110 | 1011110 | 0 | 1 | 10101 | 110101 | 111010 | 1100 | 101010 |
Color Harmonies of #77765E
Complementary color
Monochromatic Colors of #77765E
Black with #77765E
Text Example
Text Example
White with #77765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77765E; }
p { color: rgb(119,118,94); }
H1.HeaderClassName
{
color: #77765E;
}
.AnyTagClassName
{
color: #77765E;
}
</style>
background-color css
<style>
a { background-color: #77765E; }
a { background-color: rgb(119,118,94); }
div.DivClassName
{
background-color: #77765E;
}
.BgClassName
{
background-color: #77765E;
}
</style>
border-color css
<style>
span { border-color: #77765E; }
span { border-color: rgb(119,118,94); }
td.TdClassName
{
border-color: #77765E;
}
.TagClassName
{
border-color: #77765E;
}
</style>