Shades of Kokoda #77765B
Tints of Kokoda #77765B
RGB
CMYK
RGB Variations
Color information
#77765B (or 0x77765B) is known color: Kokoda. HEX triplet: 77, 76 and 5B. RGB value is (119,118,91). Sum of RGB (Red+Green+Blue) = 119+118+91=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 91 (35.94% from 255 or 27.74% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #77765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765B is #8889A4. Grayscale: #737373. Windows color (decimal): -8948133 or 5994103. OLE color: 5994103.
HSL color Cylindrical-coordinate representation of color #77765B: hue angle of 57.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77765B is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 91 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.53 |
| HSL | 57.86º | 0.13% | 0.41% | - |
| HSV(B) | 57.86º | 0.24% | 0.47% | - |
| XYZ | 15.97 | 17.63 | 12.46 | - |
| YUV | 115.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 91 | 0 | 0.01 | 0.24 | 0.53 | 57.86 | 0.13 | 0.41 |
| Hex | 77 | 76 | 5B | 0 | 1 | 18 | 35 | 3A | D | 29 |
| Octal | 167 | 166 | 133 | 0 | 1 | 30 | 65 | 72 | 15 | 51 |
| Binary | 1110111 | 1110110 | 1011011 | 0 | 1 | 11000 | 110101 | 111010 | 1101 | 101001 |
Color Harmonies of #77765B
Complementary color
Monochromatic Colors of #77765B
Black with #77765B
Text Example
Text Example
White with #77765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77765B; }
p { color: rgb(119,118,91); }
H1.HeaderClassName
{
color: #77765B;
}
.AnyTagClassName
{
color: #77765B;
}
</style>
background-color css
<style>
a { background-color: #77765B; }
a { background-color: rgb(119,118,91); }
div.DivClassName
{
background-color: #77765B;
}
.BgClassName
{
background-color: #77765B;
}
</style>
border-color css
<style>
span { border-color: #77765B; }
span { border-color: rgb(119,118,91); }
td.TdClassName
{
border-color: #77765B;
}
.TagClassName
{
border-color: #77765B;
}
</style>