Shades of Kokoda #807F5D
Tints of Kokoda #807F5D
RGB
CMYK
RGB Variations
Color information
#807F5D (or 0x807F5D) is known color: Kokoda. HEX triplet: 80, 7F and 5D. RGB value is (128,127,93). Sum of RGB (Red+Green+Blue) = 128+127+93=348 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.78% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 128 - color contains mainly: red. Hex color #807F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F5D is #7F80A2. Grayscale: #7B7B7B. Windows color (decimal): -8356003 or 6127488. OLE color: 6127488.
HSL color Cylindrical-coordinate representation of color #807F5D: hue angle of 58.29º 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 #807F5D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 93 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.50 |
| HSL | 58.29º | 0.16% | 0.43% | - |
| HSV(B) | 58.29º | 0.27% | 0.5% | - |
| XYZ | 18.47 | 20.56 | 13.35 | - |
| YUV | 123.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 93 | 0 | 0.01 | 0.27 | 0.50 | 58.29 | 0.16 | 0.43 |
| Hex | 80 | 7F | 5D | 0 | 1 | 1B | 32 | 3A | 10 | 2B |
| Octal | 200 | 177 | 135 | 0 | 1 | 33 | 62 | 72 | 20 | 53 |
| Binary | 10000000 | 1111111 | 1011101 | 0 | 1 | 11011 | 110010 | 111010 | 10000 | 101011 |
Color Harmonies of #807F5D
Complementary color
Monochromatic Colors of #807F5D
Black with #807F5D
Text Example
Text Example
White with #807F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F5D; }
p { color: rgb(128,127,93); }
H1.HeaderClassName
{
color: #807F5D;
}
.AnyTagClassName
{
color: #807F5D;
}
</style>
background-color css
<style>
a { background-color: #807F5D; }
a { background-color: rgb(128,127,93); }
div.DivClassName
{
background-color: #807F5D;
}
.BgClassName
{
background-color: #807F5D;
}
</style>
border-color css
<style>
span { border-color: #807F5D; }
span { border-color: rgb(128,127,93); }
td.TdClassName
{
border-color: #807F5D;
}
.TagClassName
{
border-color: #807F5D;
}
</style>