Shades of Kokoda #807F55
Tints of Kokoda #807F55
RGB
CMYK
RGB Variations
Color information
#807F55 (or 0x807F55) is known color: Kokoda. HEX triplet: 80, 7F and 55. RGB value is (128,127,85). Sum of RGB (Red+Green+Blue) = 128+127+85=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #807F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F55 is #7F80AA. Grayscale: #7A7A7A. Windows color (decimal): -8356011 or 5603200. OLE color: 5603200.
HSL color Cylindrical-coordinate representation of color #807F55: hue angle of 58.6º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #807F55 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 85 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.50 |
| HSL | 58.6º | 0.2% | 0.42% | - |
| HSV(B) | 58.6º | 0.34% | 0.5% | - |
| XYZ | 18.13 | 20.42 | 11.58 | - |
| YUV | 122.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 85 | 0 | 0.01 | 0.34 | 0.50 | 58.6 | 0.2 | 0.42 |
| Hex | 80 | 7F | 55 | 0 | 1 | 22 | 32 | 3B | 14 | 2A |
| Octal | 200 | 177 | 125 | 0 | 1 | 42 | 62 | 73 | 24 | 52 |
| Binary | 10000000 | 1111111 | 1010101 | 0 | 1 | 100010 | 110010 | 111011 | 10100 | 101010 |
Color Harmonies of #807F55
Complementary color
Monochromatic Colors of #807F55
Black with #807F55
Text Example
Text Example
White with #807F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F55; }
p { color: rgb(128,127,85); }
H1.HeaderClassName
{
color: #807F55;
}
.AnyTagClassName
{
color: #807F55;
}
</style>
background-color css
<style>
a { background-color: #807F55; }
a { background-color: rgb(128,127,85); }
div.DivClassName
{
background-color: #807F55;
}
.BgClassName
{
background-color: #807F55;
}
</style>
border-color css
<style>
span { border-color: #807F55; }
span { border-color: rgb(128,127,85); }
td.TdClassName
{
border-color: #807F55;
}
.TagClassName
{
border-color: #807F55;
}
</style>