Shades of Kokoda #77764D
Tints of Kokoda #77764D
RGB
CMYK
RGB Variations
Color information
#77764D (or 0x77764D) is known color: Kokoda. HEX triplet: 77, 76 and 4D. RGB value is (119,118,77). Sum of RGB (Red+Green+Blue) = 119+118+77=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 119 - color contains mainly: red. Hex color #77764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77764D is #8889B2. Grayscale: #717171. Windows color (decimal): -8948147 or 5076599. OLE color: 5076599.
HSL color Cylindrical-coordinate representation of color #77764D: hue angle of 58.57º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77764D is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 77 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.53 |
| HSL | 58.57º | 0.21% | 0.38% | - |
| HSV(B) | 58.57º | 0.35% | 0.47% | - |
| XYZ | 15.43 | 17.41 | 9.57 | - |
| YUV | 113.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 77 | 0 | 0.01 | 0.35 | 0.53 | 58.57 | 0.21 | 0.38 |
| Hex | 77 | 76 | 4D | 0 | 1 | 23 | 35 | 3B | 15 | 26 |
| Octal | 167 | 166 | 115 | 0 | 1 | 43 | 65 | 73 | 25 | 46 |
| Binary | 1110111 | 1110110 | 1001101 | 0 | 1 | 100011 | 110101 | 111011 | 10101 | 100110 |
Color Harmonies of #77764D
Complementary color
Monochromatic Colors of #77764D
Black with #77764D
Text Example
Text Example
White with #77764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77764D; }
p { color: rgb(119,118,77); }
H1.HeaderClassName
{
color: #77764D;
}
.AnyTagClassName
{
color: #77764D;
}
</style>
background-color css
<style>
a { background-color: #77764D; }
a { background-color: rgb(119,118,77); }
div.DivClassName
{
background-color: #77764D;
}
.BgClassName
{
background-color: #77764D;
}
</style>
border-color css
<style>
span { border-color: #77764D; }
span { border-color: rgb(119,118,77); }
td.TdClassName
{
border-color: #77764D;
}
.TagClassName
{
border-color: #77764D;
}
</style>