Shades of Kokoda #807F5C
Tints of Kokoda #807F5C
RGB
CMYK
RGB Variations
Color information
#807F5C (or 0x807F5C) is known color: Kokoda. HEX triplet: 80, 7F and 5C. RGB value is (128,127,92). Sum of RGB (Red+Green+Blue) = 128+127+92=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 127 (50% from 255 or 36.60% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 128 - color contains mainly: red. Hex color #807F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F5C is #7F80A3. Grayscale: #7B7B7B. Windows color (decimal): -8356004 or 6061952. OLE color: 6061952.
HSL color Cylindrical-coordinate representation of color #807F5C: hue angle of 58.33º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807F5C is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 92 | - |
| CMYK | 0 | 0.01 | 0.28 | 0.50 |
| HSL | 58.33º | 0.16% | 0.43% | - |
| HSV(B) | 58.33º | 0.28% | 0.5% | - |
| XYZ | 18.42 | 20.54 | 13.12 | - |
| YUV | 123.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 92 | 0 | 0.01 | 0.28 | 0.50 | 58.33 | 0.16 | 0.43 |
| Hex | 80 | 7F | 5C | 0 | 1 | 1C | 32 | 3A | 10 | 2B |
| Octal | 200 | 177 | 134 | 0 | 1 | 34 | 62 | 72 | 20 | 53 |
| Binary | 10000000 | 1111111 | 1011100 | 0 | 1 | 11100 | 110010 | 111010 | 10000 | 101011 |
Color Harmonies of #807F5C
Complementary color
Monochromatic Colors of #807F5C
Black with #807F5C
Text Example
Text Example
White with #807F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F5C; }
p { color: rgb(128,127,92); }
H1.HeaderClassName
{
color: #807F5C;
}
.AnyTagClassName
{
color: #807F5C;
}
</style>
background-color css
<style>
a { background-color: #807F5C; }
a { background-color: rgb(128,127,92); }
div.DivClassName
{
background-color: #807F5C;
}
.BgClassName
{
background-color: #807F5C;
}
</style>
border-color css
<style>
span { border-color: #807F5C; }
span { border-color: rgb(128,127,92); }
td.TdClassName
{
border-color: #807F5C;
}
.TagClassName
{
border-color: #807F5C;
}
</style>