Shades of Kokoda #807F57
Tints of Kokoda #807F57
RGB
CMYK
RGB Variations
Color information
#807F57 (or 0x807F57) is known color: Kokoda. HEX triplet: 80, 7F and 57. RGB value is (128,127,87). Sum of RGB (Red+Green+Blue) = 128+127+87=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #807F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F57 is #7F80A8. Grayscale: #7A7A7A. Windows color (decimal): -8356009 or 5734272. OLE color: 5734272.
HSL color Cylindrical-coordinate representation of color #807F57: hue angle of 58.54º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #807F57 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 87 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.50 |
| HSL | 58.54º | 0.19% | 0.42% | - |
| HSV(B) | 58.54º | 0.32% | 0.5% | - |
| XYZ | 18.21 | 20.46 | 12.01 | - |
| YUV | 122.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 87 | 0 | 0.01 | 0.32 | 0.50 | 58.54 | 0.19 | 0.42 |
| Hex | 80 | 7F | 57 | 0 | 1 | 20 | 32 | 3B | 13 | 2A |
| Octal | 200 | 177 | 127 | 0 | 1 | 40 | 62 | 73 | 23 | 52 |
| Binary | 10000000 | 1111111 | 1010111 | 0 | 1 | 100000 | 110010 | 111011 | 10011 | 101010 |
Color Harmonies of #807F57
Complementary color
Monochromatic Colors of #807F57
Black with #807F57
Text Example
Text Example
White with #807F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F57; }
p { color: rgb(128,127,87); }
H1.HeaderClassName
{
color: #807F57;
}
.AnyTagClassName
{
color: #807F57;
}
</style>
background-color css
<style>
a { background-color: #807F57; }
a { background-color: rgb(128,127,87); }
div.DivClassName
{
background-color: #807F57;
}
.BgClassName
{
background-color: #807F57;
}
</style>
border-color css
<style>
span { border-color: #807F57; }
span { border-color: rgb(128,127,87); }
td.TdClassName
{
border-color: #807F57;
}
.TagClassName
{
border-color: #807F57;
}
</style>