Shades of Kokoda #80794D
Tints of Kokoda #80794D
RGB
CMYK
RGB Variations
Color information
#80794D (or 0x80794D) is known color: Kokoda. HEX triplet: 80, 79 and 4D. RGB value is (128,121,77). Sum of RGB (Red+Green+Blue) = 128+121+77=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #80794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80794D is #7F86B2. Grayscale: #767676. Windows color (decimal): -8357555 or 5077376. OLE color: 5077376.
HSL color Cylindrical-coordinate representation of color #80794D: hue angle of 51.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80794D is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 77 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.50 |
| HSL | 51.76º | 0.25% | 0.4% | - |
| HSV(B) | 51.76º | 0.4% | 0.5% | - |
| XYZ | 17.08 | 18.8 | 9.75 | - |
| YUV | 118.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 77 | 0 | 0.05 | 0.40 | 0.50 | 51.76 | 0.25 | 0.4 |
| Hex | 80 | 79 | 4D | 0 | 5 | 28 | 32 | 34 | 19 | 28 |
| Octal | 200 | 171 | 115 | 0 | 5 | 50 | 62 | 64 | 31 | 50 |
| Binary | 10000000 | 1111001 | 1001101 | 0 | 101 | 101000 | 110010 | 110100 | 11001 | 101000 |
Color Harmonies of #80794D
Complementary color
Monochromatic Colors of #80794D
Black with #80794D
Text Example
Text Example
White with #80794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80794D; }
p { color: rgb(128,121,77); }
H1.HeaderClassName
{
color: #80794D;
}
.AnyTagClassName
{
color: #80794D;
}
</style>
background-color css
<style>
a { background-color: #80794D; }
a { background-color: rgb(128,121,77); }
div.DivClassName
{
background-color: #80794D;
}
.BgClassName
{
background-color: #80794D;
}
</style>
border-color css
<style>
span { border-color: #80794D; }
span { border-color: rgb(128,121,77); }
td.TdClassName
{
border-color: #80794D;
}
.TagClassName
{
border-color: #80794D;
}
</style>