Shades of Kokoda #77774D
Tints of Kokoda #77774D
RGB
CMYK
RGB Variations
Color information
#77774D (or 0x77774D) is known color: Kokoda. HEX triplet: 77, 77 and 4D. RGB value is (119,119,77). Sum of RGB (Red+Green+Blue) = 119+119+77=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 119 - color contains mainly: red, green. Hex color #77774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77774D is #8888B2. Grayscale: #727272. Windows color (decimal): -8947891 or 5076855. OLE color: 5076855.
HSL color Cylindrical-coordinate representation of color #77774D: hue angle of 60º 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 #77774D is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 77 | - |
| CMYK | 0 | 0 | 0.35 | 0.53 |
| HSL | 60º | 0.21% | 0.38% | - |
| HSV(B) | 60º | 0.35% | 0.47% | - |
| XYZ | 15.54 | 17.65 | 9.61 | - |
| YUV | 114.21 | 107 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 77 | 0 | 0 | 0.35 | 0.53 | 60 | 0.21 | 0.38 |
| Hex | 77 | 77 | 4D | 0 | 0 | 23 | 35 | 3C | 15 | 26 |
| Octal | 167 | 167 | 115 | 0 | 0 | 43 | 65 | 74 | 25 | 46 |
| Binary | 1110111 | 1110111 | 1001101 | 0 | 0 | 100011 | 110101 | 111100 | 10101 | 100110 |
Color Harmonies of #77774D
Complementary color
Monochromatic Colors of #77774D
Black with #77774D
Text Example
Text Example
White with #77774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77774D; }
p { color: rgb(119,119,77); }
H1.HeaderClassName
{
color: #77774D;
}
.AnyTagClassName
{
color: #77774D;
}
</style>
background-color css
<style>
a { background-color: #77774D; }
a { background-color: rgb(119,119,77); }
div.DivClassName
{
background-color: #77774D;
}
.BgClassName
{
background-color: #77774D;
}
</style>
border-color css
<style>
span { border-color: #77774D; }
span { border-color: rgb(119,119,77); }
td.TdClassName
{
border-color: #77774D;
}
.TagClassName
{
border-color: #77774D;
}
</style>