Shades of Kokoda #807F5B
Tints of Kokoda #807F5B
RGB
CMYK
RGB Variations
Color information
#807F5B (or 0x807F5B) is known color: Kokoda. HEX triplet: 80, 7F and 5B. RGB value is (128,127,91). Sum of RGB (Red+Green+Blue) = 128+127+91=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 128 - color contains mainly: red. Hex color #807F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807F5B is #7F80A4. Grayscale: #7B7B7B. Windows color (decimal): -8356005 or 5996416. OLE color: 5996416.
HSL color Cylindrical-coordinate representation of color #807F5B: hue angle of 58.38º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807F5B is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 127 | 91 | - |
| CMYK | 0 | 0.01 | 0.29 | 0.50 |
| HSL | 58.38º | 0.17% | 0.43% | - |
| HSV(B) | 58.38º | 0.29% | 0.5% | - |
| XYZ | 18.38 | 20.52 | 12.89 | - |
| YUV | 123.2 | 109.83 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 127 | 91 | 0 | 0.01 | 0.29 | 0.50 | 58.38 | 0.17 | 0.43 |
| Hex | 80 | 7F | 5B | 0 | 1 | 1D | 32 | 3A | 11 | 2B |
| Octal | 200 | 177 | 133 | 0 | 1 | 35 | 62 | 72 | 21 | 53 |
| Binary | 10000000 | 1111111 | 1011011 | 0 | 1 | 11101 | 110010 | 111010 | 10001 | 101011 |
Color Harmonies of #807F5B
Complementary color
Monochromatic Colors of #807F5B
Black with #807F5B
Text Example
Text Example
White with #807F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807F5B; }
p { color: rgb(128,127,91); }
H1.HeaderClassName
{
color: #807F5B;
}
.AnyTagClassName
{
color: #807F5B;
}
</style>
background-color css
<style>
a { background-color: #807F5B; }
a { background-color: rgb(128,127,91); }
div.DivClassName
{
background-color: #807F5B;
}
.BgClassName
{
background-color: #807F5B;
}
</style>
border-color css
<style>
span { border-color: #807F5B; }
span { border-color: rgb(128,127,91); }
td.TdClassName
{
border-color: #807F5B;
}
.TagClassName
{
border-color: #807F5B;
}
</style>