Shades of Kokoda #77745E
Tints of Kokoda #77745E
RGB
CMYK
RGB Variations
Color information
#77745E (or 0x77745E) is known color: Kokoda. HEX triplet: 77, 74 and 5E. RGB value is (119,116,94). Sum of RGB (Red+Green+Blue) = 119+116+94=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #77745E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77745E is #888BA1. Grayscale: #727272. Windows color (decimal): -8948642 or 6190199. OLE color: 6190199.
HSL color Cylindrical-coordinate representation of color #77745E: hue angle of 52.8º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77745E is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 116 | 94 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.53 |
| HSL | 52.8º | 0.12% | 0.42% | - |
| HSV(B) | 52.8º | 0.21% | 0.47% | - |
| XYZ | 15.87 | 17.22 | 13.08 | - |
| YUV | 114.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 116 | 94 | 0 | 0.03 | 0.21 | 0.53 | 52.8 | 0.12 | 0.42 |
| Hex | 77 | 74 | 5E | 0 | 3 | 15 | 35 | 35 | C | 2A |
| Octal | 167 | 164 | 136 | 0 | 3 | 25 | 65 | 65 | 14 | 52 |
| Binary | 1110111 | 1110100 | 1011110 | 0 | 11 | 10101 | 110101 | 110101 | 1100 | 101010 |
Color Harmonies of #77745E
Complementary color
Monochromatic Colors of #77745E
Black with #77745E
Text Example
Text Example
White with #77745E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77745E; }
p { color: rgb(119,116,94); }
H1.HeaderClassName
{
color: #77745E;
}
.AnyTagClassName
{
color: #77745E;
}
</style>
background-color css
<style>
a { background-color: #77745E; }
a { background-color: rgb(119,116,94); }
div.DivClassName
{
background-color: #77745E;
}
.BgClassName
{
background-color: #77745E;
}
</style>
border-color css
<style>
span { border-color: #77745E; }
span { border-color: rgb(119,116,94); }
td.TdClassName
{
border-color: #77745E;
}
.TagClassName
{
border-color: #77745E;
}
</style>