Shades of Kokoda #81794E
Tints of Kokoda #81794E
RGB
CMYK
RGB Variations
Color information
#81794E (or 0x81794E) is known color: Kokoda. HEX triplet: 81, 79 and 4E. RGB value is (129,121,78). Sum of RGB (Red+Green+Blue) = 129+121+78=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #81794E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81794E is #7E86B1. Grayscale: #767676. Windows color (decimal): -8292018 or 5142913. OLE color: 5142913.
HSL color Cylindrical-coordinate representation of color #81794E: hue angle of 50.59º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81794E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 78 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.49 |
| HSL | 50.59º | 0.25% | 0.41% | - |
| HSV(B) | 50.59º | 0.4% | 0.51% | - |
| XYZ | 17.27 | 18.89 | 9.94 | - |
| YUV | 118.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 78 | 0 | 0.06 | 0.40 | 0.49 | 50.59 | 0.25 | 0.41 |
| Hex | 81 | 79 | 4E | 0 | 6 | 28 | 31 | 33 | 19 | 29 |
| Octal | 201 | 171 | 116 | 0 | 6 | 50 | 61 | 63 | 31 | 51 |
| Binary | 10000001 | 1111001 | 1001110 | 0 | 110 | 101000 | 110001 | 110011 | 11001 | 101001 |
Color Harmonies of #81794E
Complementary color
Monochromatic Colors of #81794E
Black with #81794E
Text Example
Text Example
White with #81794E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81794E; }
p { color: rgb(129,121,78); }
H1.HeaderClassName
{
color: #81794E;
}
.AnyTagClassName
{
color: #81794E;
}
</style>
background-color css
<style>
a { background-color: #81794E; }
a { background-color: rgb(129,121,78); }
div.DivClassName
{
background-color: #81794E;
}
.BgClassName
{
background-color: #81794E;
}
</style>
border-color css
<style>
span { border-color: #81794E; }
span { border-color: rgb(129,121,78); }
td.TdClassName
{
border-color: #81794E;
}
.TagClassName
{
border-color: #81794E;
}
</style>