Shades of Kokoda #807E50
Tints of Kokoda #807E50
RGB
CMYK
RGB Variations
Color information
#807E50 (or 0x807E50) is known color: Kokoda. HEX triplet: 80, 7E and 50. RGB value is (128,126,80). Sum of RGB (Red+Green+Blue) = 128+126+80=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #807E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807E50 is #7F81AF. Grayscale: #797979. Windows color (decimal): -8356272 or 5275264. OLE color: 5275264.
HSL color Cylindrical-coordinate representation of color #807E50: hue angle of 57.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807E50 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 126 | 80 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.50 |
| HSL | 57.5º | 0.23% | 0.41% | - |
| HSV(B) | 57.5º | 0.38% | 0.5% | - |
| XYZ | 17.81 | 20.09 | 10.53 | - |
| YUV | 121.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 126 | 80 | 0 | 0.02 | 0.38 | 0.50 | 57.5 | 0.23 | 0.41 |
| Hex | 80 | 7E | 50 | 0 | 2 | 26 | 32 | 3A | 17 | 29 |
| Octal | 200 | 176 | 120 | 0 | 2 | 46 | 62 | 72 | 27 | 51 |
| Binary | 10000000 | 1111110 | 1010000 | 0 | 10 | 100110 | 110010 | 111010 | 10111 | 101001 |
Color Harmonies of #807E50
Complementary color
Monochromatic Colors of #807E50
Black with #807E50
Text Example
Text Example
White with #807E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807E50; }
p { color: rgb(128,126,80); }
H1.HeaderClassName
{
color: #807E50;
}
.AnyTagClassName
{
color: #807E50;
}
</style>
background-color css
<style>
a { background-color: #807E50; }
a { background-color: rgb(128,126,80); }
div.DivClassName
{
background-color: #807E50;
}
.BgClassName
{
background-color: #807E50;
}
</style>
border-color css
<style>
span { border-color: #807E50; }
span { border-color: rgb(128,126,80); }
td.TdClassName
{
border-color: #807E50;
}
.TagClassName
{
border-color: #807E50;
}
</style>