Shades of Kokoda #807B47
Tints of Kokoda #807B47
RGB
CMYK
RGB Variations
Color information
#807B47 (or 0x807B47) is known color: Kokoda. HEX triplet: 80, 7B and 47. RGB value is (128,123,71). Sum of RGB (Red+Green+Blue) = 128+123+71=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #807B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807B47 is #7F84B8. Grayscale: #767676. Windows color (decimal): -8357049 or 4684672. OLE color: 4684672.
HSL color Cylindrical-coordinate representation of color #807B47: hue angle of 54.74º 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 #807B47 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 71 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.50 |
| HSL | 54.74º | 0.29% | 0.39% | - |
| HSV(B) | 54.74º | 0.45% | 0.5% | - |
| XYZ | 17.12 | 19.21 | 8.77 | - |
| YUV | 118.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 71 | 0 | 0.04 | 0.45 | 0.50 | 54.74 | 0.29 | 0.39 |
| Hex | 80 | 7B | 47 | 0 | 4 | 2D | 32 | 37 | 1D | 27 |
| Octal | 200 | 173 | 107 | 0 | 4 | 55 | 62 | 67 | 35 | 47 |
| Binary | 10000000 | 1111011 | 1000111 | 0 | 100 | 101101 | 110010 | 110111 | 11101 | 100111 |
Color Harmonies of #807B47
Complementary color
Monochromatic Colors of #807B47
Black with #807B47
Text Example
Text Example
White with #807B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B47; }
p { color: rgb(128,123,71); }
H1.HeaderClassName
{
color: #807B47;
}
.AnyTagClassName
{
color: #807B47;
}
</style>
background-color css
<style>
a { background-color: #807B47; }
a { background-color: rgb(128,123,71); }
div.DivClassName
{
background-color: #807B47;
}
.BgClassName
{
background-color: #807B47;
}
</style>
border-color css
<style>
span { border-color: #807B47; }
span { border-color: rgb(128,123,71); }
td.TdClassName
{
border-color: #807B47;
}
.TagClassName
{
border-color: #807B47;
}
</style>