Shades of Kokoda #77774C
Tints of Kokoda #77774C
RGB
CMYK
RGB Variations
Color information
#77774C (or 0x77774C) is known color: Kokoda. HEX triplet: 77, 77 and 4C. RGB value is (119,119,76). Sum of RGB (Red+Green+Blue) = 119+119+76=314 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.90% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77774C is #8888B3. Grayscale: #727272. Windows color (decimal): -8947892 or 5011319. OLE color: 5011319.
HSL color Cylindrical-coordinate representation of color #77774C: hue angle of 60º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77774C is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 76 | - |
| CMYK | 0 | 0 | 0.36 | 0.53 |
| HSL | 60º | 0.22% | 0.38% | - |
| HSV(B) | 60º | 0.36% | 0.47% | - |
| XYZ | 15.51 | 17.64 | 9.42 | - |
| YUV | 114.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 76 | 0 | 0 | 0.36 | 0.53 | 60 | 0.22 | 0.38 |
| Hex | 77 | 77 | 4C | 0 | 0 | 24 | 35 | 3C | 16 | 26 |
| Octal | 167 | 167 | 114 | 0 | 0 | 44 | 65 | 74 | 26 | 46 |
| Binary | 1110111 | 1110111 | 1001100 | 0 | 0 | 100100 | 110101 | 111100 | 10110 | 100110 |
Color Harmonies of #77774C
Complementary color
Monochromatic Colors of #77774C
Black with #77774C
Text Example
Text Example
White with #77774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77774C; }
p { color: rgb(119,119,76); }
H1.HeaderClassName
{
color: #77774C;
}
.AnyTagClassName
{
color: #77774C;
}
</style>
background-color css
<style>
a { background-color: #77774C; }
a { background-color: rgb(119,119,76); }
div.DivClassName
{
background-color: #77774C;
}
.BgClassName
{
background-color: #77774C;
}
</style>
border-color css
<style>
span { border-color: #77774C; }
span { border-color: rgb(119,119,76); }
td.TdClassName
{
border-color: #77774C;
}
.TagClassName
{
border-color: #77774C;
}
</style>