Shades of Kokoda #807958
Tints of Kokoda #807958
RGB
CMYK
RGB Variations
Color information
#807958 (or 0x807958) is known color: Kokoda. HEX triplet: 80, 79 and 58. RGB value is (128,121,88). Sum of RGB (Red+Green+Blue) = 128+121+88=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #807958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807958 is #7F86A7. Grayscale: #777777. Windows color (decimal): -8357544 or 5798272. OLE color: 5798272.
HSL color Cylindrical-coordinate representation of color #807958: hue angle of 49.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807958 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 88 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.50 |
| HSL | 49.5º | 0.19% | 0.42% | - |
| HSV(B) | 49.5º | 0.31% | 0.5% | - |
| XYZ | 17.5 | 18.97 | 11.97 | - |
| YUV | 119.33 | 110.32 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 88 | 0 | 0.05 | 0.31 | 0.50 | 49.5 | 0.19 | 0.42 |
| Hex | 80 | 79 | 58 | 0 | 5 | 1F | 32 | 32 | 13 | 2A |
| Octal | 200 | 171 | 130 | 0 | 5 | 37 | 62 | 62 | 23 | 52 |
| Binary | 10000000 | 1111001 | 1011000 | 0 | 101 | 11111 | 110010 | 110010 | 10011 | 101010 |
Color Harmonies of #807958
Complementary color
Monochromatic Colors of #807958
Black with #807958
Text Example
Text Example
White with #807958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807958; }
p { color: rgb(128,121,88); }
H1.HeaderClassName
{
color: #807958;
}
.AnyTagClassName
{
color: #807958;
}
</style>
background-color css
<style>
a { background-color: #807958; }
a { background-color: rgb(128,121,88); }
div.DivClassName
{
background-color: #807958;
}
.BgClassName
{
background-color: #807958;
}
</style>
border-color css
<style>
span { border-color: #807958; }
span { border-color: rgb(128,121,88); }
td.TdClassName
{
border-color: #807958;
}
.TagClassName
{
border-color: #807958;
}
</style>