Shades of Kokoda #807C61
Tints of Kokoda #807C61
RGB
CMYK
RGB Variations
Color information
#807C61 (or 0x807C61) is known color: Kokoda. HEX triplet: 80, 7C and 61. RGB value is (128,124,97). Sum of RGB (Red+Green+Blue) = 128+124+97=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 128 - color contains mainly: red. Hex color #807C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C61 is #7F839E. Grayscale: #7A7A7A. Windows color (decimal): -8356767 or 6388864. OLE color: 6388864.
HSL color Cylindrical-coordinate representation of color #807C61: hue angle of 52.26º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #807C61 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 97 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.50 |
| HSL | 52.26º | 0.14% | 0.44% | - |
| HSV(B) | 52.26º | 0.24% | 0.5% | - |
| XYZ | 18.27 | 19.87 | 14.18 | - |
| YUV | 122.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 97 | 0 | 0.03 | 0.24 | 0.50 | 52.26 | 0.14 | 0.44 |
| Hex | 80 | 7C | 61 | 0 | 3 | 18 | 32 | 34 | E | 2C |
| Octal | 200 | 174 | 141 | 0 | 3 | 30 | 62 | 64 | 16 | 54 |
| Binary | 10000000 | 1111100 | 1100001 | 0 | 11 | 11000 | 110010 | 110100 | 1110 | 101100 |
Color Harmonies of #807C61
Complementary color
Monochromatic Colors of #807C61
Black with #807C61
Text Example
Text Example
White with #807C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C61; }
p { color: rgb(128,124,97); }
H1.HeaderClassName
{
color: #807C61;
}
.AnyTagClassName
{
color: #807C61;
}
</style>
background-color css
<style>
a { background-color: #807C61; }
a { background-color: rgb(128,124,97); }
div.DivClassName
{
background-color: #807C61;
}
.BgClassName
{
background-color: #807C61;
}
</style>
border-color css
<style>
span { border-color: #807C61; }
span { border-color: rgb(128,124,97); }
td.TdClassName
{
border-color: #807C61;
}
.TagClassName
{
border-color: #807C61;
}
</style>