Shades of Kokoda #807F56
Tints of Kokoda #807F56
RGB
CMYK
RGB Variations
Color information
#807F56 (or 0x807F56) is known color: Kokoda. HEX triplet: 80, 7F and 56. RGB value is (128,127,86). Sum of RGB (Red+Green+Blue) = 128+127+86=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #807F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F56 is #7F80A9. Grayscale: #7A7A7A. Windows color (decimal): -8356010 or 5668736. OLE color: 5668736.
HSL color Cylindrical-coordinate representation of color #807F56: hue angle of 58.57º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807F56 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 86 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.50 |
| HSL | 58.57º | 0.2% | 0.42% | - |
| HSV(B) | 58.57º | 0.33% | 0.5% | - |
| XYZ | 18.17 | 20.44 | 11.79 | - |
| YUV | 122.63 | 107.33 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 86 | 0 | 0.01 | 0.33 | 0.50 | 58.57 | 0.2 | 0.42 |
| Hex | 80 | 7F | 56 | 0 | 1 | 21 | 32 | 3B | 14 | 2A |
| Octal | 200 | 177 | 126 | 0 | 1 | 41 | 62 | 73 | 24 | 52 |
| Binary | 10000000 | 1111111 | 1010110 | 0 | 1 | 100001 | 110010 | 111011 | 10100 | 101010 |
Color Harmonies of #807F56
Complementary color
Monochromatic Colors of #807F56
Black with #807F56
Text Example
Text Example
White with #807F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F56; }
p { color: rgb(128,127,86); }
H1.HeaderClassName
{
color: #807F56;
}
.AnyTagClassName
{
color: #807F56;
}
</style>
background-color css
<style>
a { background-color: #807F56; }
a { background-color: rgb(128,127,86); }
div.DivClassName
{
background-color: #807F56;
}
.BgClassName
{
background-color: #807F56;
}
</style>
border-color css
<style>
span { border-color: #807F56; }
span { border-color: rgb(128,127,86); }
td.TdClassName
{
border-color: #807F56;
}
.TagClassName
{
border-color: #807F56;
}
</style>