Shades of Kokoda #817A57
Tints of Kokoda #817A57
RGB
CMYK
RGB Variations
Color information
#817A57 (or 0x817A57) is known color: Kokoda. HEX triplet: 81, 7A and 57. RGB value is (129,122,87). Sum of RGB (Red+Green+Blue) = 129+122+87=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #817A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817A57 is #7E85A8. Grayscale: #787878. Windows color (decimal): -8291753 or 5732993. OLE color: 5732993.
HSL color Cylindrical-coordinate representation of color #817A57: hue angle of 50º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #817A57 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 122 | 87 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.49 |
| HSL | 50º | 0.19% | 0.42% | - |
| HSV(B) | 50º | 0.33% | 0.51% | - |
| XYZ | 17.73 | 19.27 | 11.8 | - |
| YUV | 120.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 122 | 87 | 0 | 0.05 | 0.33 | 0.49 | 50 | 0.19 | 0.42 |
| Hex | 81 | 7A | 57 | 0 | 5 | 21 | 31 | 32 | 13 | 2A |
| Octal | 201 | 172 | 127 | 0 | 5 | 41 | 61 | 62 | 23 | 52 |
| Binary | 10000001 | 1111010 | 1010111 | 0 | 101 | 100001 | 110001 | 110010 | 10011 | 101010 |
Color Harmonies of #817A57
Complementary color
Monochromatic Colors of #817A57
Black with #817A57
Text Example
Text Example
White with #817A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817A57; }
p { color: rgb(129,122,87); }
H1.HeaderClassName
{
color: #817A57;
}
.AnyTagClassName
{
color: #817A57;
}
</style>
background-color css
<style>
a { background-color: #817A57; }
a { background-color: rgb(129,122,87); }
div.DivClassName
{
background-color: #817A57;
}
.BgClassName
{
background-color: #817A57;
}
</style>
border-color css
<style>
span { border-color: #817A57; }
span { border-color: rgb(129,122,87); }
td.TdClassName
{
border-color: #817A57;
}
.TagClassName
{
border-color: #817A57;
}
</style>