Shades of Kokoda #80795C
Tints of Kokoda #80795C
RGB
CMYK
RGB Variations
Color information
#80795C (or 0x80795C) is known color: Kokoda. HEX triplet: 80, 79 and 5C. RGB value is (128,121,92). Sum of RGB (Red+Green+Blue) = 128+121+92=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80795C is #7F86A3. Grayscale: #777777. Windows color (decimal): -8357540 or 6060416. OLE color: 6060416.
HSL color Cylindrical-coordinate representation of color #80795C: hue angle of 48.33º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80795C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 92 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.50 |
| HSL | 48.33º | 0.16% | 0.43% | - |
| HSV(B) | 48.33º | 0.28% | 0.5% | - |
| XYZ | 17.67 | 19.04 | 12.87 | - |
| YUV | 119.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 92 | 0 | 0.05 | 0.28 | 0.50 | 48.33 | 0.16 | 0.43 |
| Hex | 80 | 79 | 5C | 0 | 5 | 1C | 32 | 30 | 10 | 2B |
| Octal | 200 | 171 | 134 | 0 | 5 | 34 | 62 | 60 | 20 | 53 |
| Binary | 10000000 | 1111001 | 1011100 | 0 | 101 | 11100 | 110010 | 110000 | 10000 | 101011 |
Color Harmonies of #80795C
Complementary color
Monochromatic Colors of #80795C
Black with #80795C
Text Example
Text Example
White with #80795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80795C; }
p { color: rgb(128,121,92); }
H1.HeaderClassName
{
color: #80795C;
}
.AnyTagClassName
{
color: #80795C;
}
</style>
background-color css
<style>
a { background-color: #80795C; }
a { background-color: rgb(128,121,92); }
div.DivClassName
{
background-color: #80795C;
}
.BgClassName
{
background-color: #80795C;
}
</style>
border-color css
<style>
span { border-color: #80795C; }
span { border-color: rgb(128,121,92); }
td.TdClassName
{
border-color: #80795C;
}
.TagClassName
{
border-color: #80795C;
}
</style>