Shades of Kokoda #817B5A
Tints of Kokoda #817B5A
RGB
CMYK
RGB Variations
Color information
#817B5A (or 0x817B5A) is known color: Kokoda. HEX triplet: 81, 7B and 5A. RGB value is (129,123,90). Sum of RGB (Red+Green+Blue) = 129+123+90=342 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.72% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 129 - color contains mainly: red. Hex color #817B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817B5A is #7E84A5. Grayscale: #797979. Windows color (decimal): -8291494 or 5929857. OLE color: 5929857.
HSL color Cylindrical-coordinate representation of color #817B5A: hue angle of 50.77º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #817B5A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 123 | 90 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.49 |
| HSL | 50.77º | 0.18% | 0.43% | - |
| HSV(B) | 50.77º | 0.3% | 0.51% | - |
| XYZ | 17.98 | 19.57 | 12.5 | - |
| YUV | 121.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 123 | 90 | 0 | 0.05 | 0.30 | 0.49 | 50.77 | 0.18 | 0.43 |
| Hex | 81 | 7B | 5A | 0 | 5 | 1E | 31 | 33 | 12 | 2B |
| Octal | 201 | 173 | 132 | 0 | 5 | 36 | 61 | 63 | 22 | 53 |
| Binary | 10000001 | 1111011 | 1011010 | 0 | 101 | 11110 | 110001 | 110011 | 10010 | 101011 |
Color Harmonies of #817B5A
Complementary color
Monochromatic Colors of #817B5A
Black with #817B5A
Text Example
Text Example
White with #817B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817B5A; }
p { color: rgb(129,123,90); }
H1.HeaderClassName
{
color: #817B5A;
}
.AnyTagClassName
{
color: #817B5A;
}
</style>
background-color css
<style>
a { background-color: #817B5A; }
a { background-color: rgb(129,123,90); }
div.DivClassName
{
background-color: #817B5A;
}
.BgClassName
{
background-color: #817B5A;
}
</style>
border-color css
<style>
span { border-color: #817B5A; }
span { border-color: rgb(129,123,90); }
td.TdClassName
{
border-color: #817B5A;
}
.TagClassName
{
border-color: #817B5A;
}
</style>