Shades of Kokoda #77774A
Tints of Kokoda #77774A
RGB
CMYK
RGB Variations
Color information
#77774A (or 0x77774A) is known color: Kokoda. HEX triplet: 77, 77 and 4A. RGB value is (119,119,74). Sum of RGB (Red+Green+Blue) = 119+119+74=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77774A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77774A is #8888B5. Grayscale: #727272. Windows color (decimal): -8947894 or 4880247. OLE color: 4880247.
HSL color Cylindrical-coordinate representation of color #77774A: hue angle of 60º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77774A is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 74 | - |
| CMYK | 0 | 0 | 0.38 | 0.53 |
| HSL | 60º | 0.23% | 0.38% | - |
| HSV(B) | 60º | 0.38% | 0.47% | - |
| XYZ | 15.44 | 17.61 | 9.06 | - |
| YUV | 113.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 74 | 0 | 0 | 0.38 | 0.53 | 60 | 0.23 | 0.38 |
| Hex | 77 | 77 | 4A | 0 | 0 | 26 | 35 | 3C | 17 | 26 |
| Octal | 167 | 167 | 112 | 0 | 0 | 46 | 65 | 74 | 27 | 46 |
| Binary | 1110111 | 1110111 | 1001010 | 0 | 0 | 100110 | 110101 | 111100 | 10111 | 100110 |
Color Harmonies of #77774A
Complementary color
Monochromatic Colors of #77774A
Black with #77774A
Text Example
Text Example
White with #77774A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77774A; }
p { color: rgb(119,119,74); }
H1.HeaderClassName
{
color: #77774A;
}
.AnyTagClassName
{
color: #77774A;
}
</style>
background-color css
<style>
a { background-color: #77774A; }
a { background-color: rgb(119,119,74); }
div.DivClassName
{
background-color: #77774A;
}
.BgClassName
{
background-color: #77774A;
}
</style>
border-color css
<style>
span { border-color: #77774A; }
span { border-color: rgb(119,119,74); }
td.TdClassName
{
border-color: #77774A;
}
.TagClassName
{
border-color: #77774A;
}
</style>