Shades of Kokoda #807C46
Tints of Kokoda #807C46
RGB
CMYK
RGB Variations
Color information
#807C46 (or 0x807C46) is known color: Kokoda. HEX triplet: 80, 7C and 46. RGB value is (128,124,70). Sum of RGB (Red+Green+Blue) = 128+124+70=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #807C46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807C46 is #7F83B9. Grayscale: #777777. Windows color (decimal): -8356794 or 4619392. OLE color: 4619392.
HSL color Cylindrical-coordinate representation of color #807C46: hue angle of 55.86º 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 #807C46 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 70 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.50 |
| HSL | 55.86º | 0.29% | 0.39% | - |
| HSV(B) | 55.86º | 0.45% | 0.5% | - |
| XYZ | 17.22 | 19.45 | 8.64 | - |
| YUV | 119.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 70 | 0 | 0.03 | 0.45 | 0.50 | 55.86 | 0.29 | 0.39 |
| Hex | 80 | 7C | 46 | 0 | 3 | 2D | 32 | 38 | 1D | 27 |
| Octal | 200 | 174 | 106 | 0 | 3 | 55 | 62 | 70 | 35 | 47 |
| Binary | 10000000 | 1111100 | 1000110 | 0 | 11 | 101101 | 110010 | 111000 | 11101 | 100111 |
Color Harmonies of #807C46
Complementary color
Monochromatic Colors of #807C46
Black with #807C46
Text Example
Text Example
White with #807C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C46; }
p { color: rgb(128,124,70); }
H1.HeaderClassName
{
color: #807C46;
}
.AnyTagClassName
{
color: #807C46;
}
</style>
background-color css
<style>
a { background-color: #807C46; }
a { background-color: rgb(128,124,70); }
div.DivClassName
{
background-color: #807C46;
}
.BgClassName
{
background-color: #807C46;
}
</style>
border-color css
<style>
span { border-color: #807C46; }
span { border-color: rgb(128,124,70); }
td.TdClassName
{
border-color: #807C46;
}
.TagClassName
{
border-color: #807C46;
}
</style>