Shades of Kokoda #807C5D
Tints of Kokoda #807C5D
RGB
CMYK
RGB Variations
Color information
#807C5D (or 0x807C5D) is known color: Kokoda. HEX triplet: 80, 7C and 5D. RGB value is (128,124,93). Sum of RGB (Red+Green+Blue) = 128+124+93=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 128 - color contains mainly: red. Hex color #807C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C5D is #7F83A2. Grayscale: #797979. Windows color (decimal): -8356771 or 6126720. OLE color: 6126720.
HSL color Cylindrical-coordinate representation of color #807C5D: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807C5D is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 93 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.50 |
| HSL | 53.14º | 0.16% | 0.43% | - |
| HSV(B) | 53.14º | 0.27% | 0.5% | - |
| XYZ | 18.09 | 19.79 | 13.22 | - |
| YUV | 121.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 93 | 0 | 0.03 | 0.27 | 0.50 | 53.14 | 0.16 | 0.43 |
| Hex | 80 | 7C | 5D | 0 | 3 | 1B | 32 | 35 | 10 | 2B |
| Octal | 200 | 174 | 135 | 0 | 3 | 33 | 62 | 65 | 20 | 53 |
| Binary | 10000000 | 1111100 | 1011101 | 0 | 11 | 11011 | 110010 | 110101 | 10000 | 101011 |
Color Harmonies of #807C5D
Complementary color
Monochromatic Colors of #807C5D
Black with #807C5D
Text Example
Text Example
White with #807C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C5D; }
p { color: rgb(128,124,93); }
H1.HeaderClassName
{
color: #807C5D;
}
.AnyTagClassName
{
color: #807C5D;
}
</style>
background-color css
<style>
a { background-color: #807C5D; }
a { background-color: rgb(128,124,93); }
div.DivClassName
{
background-color: #807C5D;
}
.BgClassName
{
background-color: #807C5D;
}
</style>
border-color css
<style>
span { border-color: #807C5D; }
span { border-color: rgb(128,124,93); }
td.TdClassName
{
border-color: #807C5D;
}
.TagClassName
{
border-color: #807C5D;
}
</style>