Shades of Kokoda #81794F
Tints of Kokoda #81794F
RGB
CMYK
RGB Variations
Color information
#81794F (or 0x81794F) is known color: Kokoda. HEX triplet: 81, 79 and 4F. RGB value is (129,121,79). Sum of RGB (Red+Green+Blue) = 129+121+79=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #81794F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81794F is #7E86B0. Grayscale: #767676. Windows color (decimal): -8292017 or 5208449. OLE color: 5208449.
HSL color Cylindrical-coordinate representation of color #81794F: hue angle of 50.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81794F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 121 | 79 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.49 |
| HSL | 50.4º | 0.24% | 0.41% | - |
| HSV(B) | 50.4º | 0.39% | 0.51% | - |
| XYZ | 17.3 | 18.91 | 10.13 | - |
| YUV | 118.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 121 | 79 | 0 | 0.06 | 0.39 | 0.49 | 50.4 | 0.24 | 0.41 |
| Hex | 81 | 79 | 4F | 0 | 6 | 27 | 31 | 32 | 18 | 29 |
| Octal | 201 | 171 | 117 | 0 | 6 | 47 | 61 | 62 | 30 | 51 |
| Binary | 10000001 | 1111001 | 1001111 | 0 | 110 | 100111 | 110001 | 110010 | 11000 | 101001 |
Color Harmonies of #81794F
Complementary color
Monochromatic Colors of #81794F
Black with #81794F
Text Example
Text Example
White with #81794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81794F; }
p { color: rgb(129,121,79); }
H1.HeaderClassName
{
color: #81794F;
}
.AnyTagClassName
{
color: #81794F;
}
</style>
background-color css
<style>
a { background-color: #81794F; }
a { background-color: rgb(129,121,79); }
div.DivClassName
{
background-color: #81794F;
}
.BgClassName
{
background-color: #81794F;
}
</style>
border-color css
<style>
span { border-color: #81794F; }
span { border-color: rgb(129,121,79); }
td.TdClassName
{
border-color: #81794F;
}
.TagClassName
{
border-color: #81794F;
}
</style>