Shades of Kokoda #807D47
Tints of Kokoda #807D47
RGB
CMYK
RGB Variations
Color information
#807D47 (or 0x807D47) is known color: Kokoda. HEX triplet: 80, 7D and 47. RGB value is (128,125,71). Sum of RGB (Red+Green+Blue) = 128+125+71=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #807D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807D47 is #7F82B8. Grayscale: #777777. Windows color (decimal): -8356537 or 4685184. OLE color: 4685184.
HSL color Cylindrical-coordinate representation of color #807D47: hue angle of 56.84º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #807D47 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 71 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.50 |
| HSL | 56.84º | 0.29% | 0.39% | - |
| HSV(B) | 56.84º | 0.45% | 0.5% | - |
| XYZ | 17.37 | 19.71 | 8.85 | - |
| YUV | 119.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 71 | 0 | 0.02 | 0.45 | 0.50 | 56.84 | 0.29 | 0.39 |
| Hex | 80 | 7D | 47 | 0 | 2 | 2D | 32 | 39 | 1D | 27 |
| Octal | 200 | 175 | 107 | 0 | 2 | 55 | 62 | 71 | 35 | 47 |
| Binary | 10000000 | 1111101 | 1000111 | 0 | 10 | 101101 | 110010 | 111001 | 11101 | 100111 |
Color Harmonies of #807D47
Complementary color
Monochromatic Colors of #807D47
Black with #807D47
Text Example
Text Example
White with #807D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D47; }
p { color: rgb(128,125,71); }
H1.HeaderClassName
{
color: #807D47;
}
.AnyTagClassName
{
color: #807D47;
}
</style>
background-color css
<style>
a { background-color: #807D47; }
a { background-color: rgb(128,125,71); }
div.DivClassName
{
background-color: #807D47;
}
.BgClassName
{
background-color: #807D47;
}
</style>
border-color css
<style>
span { border-color: #807D47; }
span { border-color: rgb(128,125,71); }
td.TdClassName
{
border-color: #807D47;
}
.TagClassName
{
border-color: #807D47;
}
</style>