Shades of Kokoda #77765D
Tints of Kokoda #77765D
RGB
CMYK
RGB Variations
Color information
#77765D (or 0x77765D) is known color: Kokoda. HEX triplet: 77, 76 and 5D. RGB value is (119,118,93). Sum of RGB (Red+Green+Blue) = 119+118+93=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 119 - color contains mainly: red. Hex color #77765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77765D is #8889A2. Grayscale: #737373. Windows color (decimal): -8948131 or 6125175. OLE color: 6125175.
HSL color Cylindrical-coordinate representation of color #77765D: hue angle of 57.69º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77765D is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 93 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.53 |
| HSL | 57.69º | 0.12% | 0.42% | - |
| HSV(B) | 57.69º | 0.22% | 0.47% | - |
| XYZ | 16.06 | 17.67 | 12.92 | - |
| YUV | 115.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 93 | 0 | 0.01 | 0.22 | 0.53 | 57.69 | 0.12 | 0.42 |
| Hex | 77 | 76 | 5D | 0 | 1 | 16 | 35 | 3A | C | 2A |
| Octal | 167 | 166 | 135 | 0 | 1 | 26 | 65 | 72 | 14 | 52 |
| Binary | 1110111 | 1110110 | 1011101 | 0 | 1 | 10110 | 110101 | 111010 | 1100 | 101010 |
Color Harmonies of #77765D
Complementary color
Monochromatic Colors of #77765D
Black with #77765D
Text Example
Text Example
White with #77765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77765D; }
p { color: rgb(119,118,93); }
H1.HeaderClassName
{
color: #77765D;
}
.AnyTagClassName
{
color: #77765D;
}
</style>
background-color css
<style>
a { background-color: #77765D; }
a { background-color: rgb(119,118,93); }
div.DivClassName
{
background-color: #77765D;
}
.BgClassName
{
background-color: #77765D;
}
</style>
border-color css
<style>
span { border-color: #77765D; }
span { border-color: rgb(119,118,93); }
td.TdClassName
{
border-color: #77765D;
}
.TagClassName
{
border-color: #77765D;
}
</style>