Shades of Kokoda #80795D
Tints of Kokoda #80795D
RGB
CMYK
RGB Variations
Color information
#80795D (or 0x80795D) is known color: Kokoda. HEX triplet: 80, 79 and 5D. RGB value is (128,121,93). Sum of RGB (Red+Green+Blue) = 128+121+93=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80795D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80795D is #7F86A2. Grayscale: #787878. Windows color (decimal): -8357539 or 6125952. OLE color: 6125952.
HSL color Cylindrical-coordinate representation of color #80795D: hue angle of 48º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80795D is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 93 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.50 |
| HSL | 48º | 0.16% | 0.43% | - |
| HSV(B) | 48º | 0.27% | 0.5% | - |
| XYZ | 17.72 | 19.05 | 13.1 | - |
| YUV | 119.9 | 112.82 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 93 | 0 | 0.05 | 0.27 | 0.50 | 48 | 0.16 | 0.43 |
| Hex | 80 | 79 | 5D | 0 | 5 | 1B | 32 | 30 | 10 | 2B |
| Octal | 200 | 171 | 135 | 0 | 5 | 33 | 62 | 60 | 20 | 53 |
| Binary | 10000000 | 1111001 | 1011101 | 0 | 101 | 11011 | 110010 | 110000 | 10000 | 101011 |
Color Harmonies of #80795D
Complementary color
Monochromatic Colors of #80795D
Black with #80795D
Text Example
Text Example
White with #80795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80795D; }
p { color: rgb(128,121,93); }
H1.HeaderClassName
{
color: #80795D;
}
.AnyTagClassName
{
color: #80795D;
}
</style>
background-color css
<style>
a { background-color: #80795D; }
a { background-color: rgb(128,121,93); }
div.DivClassName
{
background-color: #80795D;
}
.BgClassName
{
background-color: #80795D;
}
</style>
border-color css
<style>
span { border-color: #80795D; }
span { border-color: rgb(128,121,93); }
td.TdClassName
{
border-color: #80795D;
}
.TagClassName
{
border-color: #80795D;
}
</style>