Shades of Kokoda #807C53
Tints of Kokoda #807C53
RGB
CMYK
RGB Variations
Color information
#807C53 (or 0x807C53) is known color: Kokoda. HEX triplet: 80, 7C and 53. RGB value is (128,124,83). Sum of RGB (Red+Green+Blue) = 128+124+83=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 128 - color contains mainly: red. Hex color #807C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C53 is #7F83AC. Grayscale: #787878. Windows color (decimal): -8356781 or 5471360. OLE color: 5471360.
HSL color Cylindrical-coordinate representation of color #807C53: hue angle of 54.67º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807C53 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 83 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.50 |
| HSL | 54.67º | 0.21% | 0.41% | - |
| HSV(B) | 54.67º | 0.35% | 0.5% | - |
| XYZ | 17.67 | 19.63 | 11.04 | - |
| YUV | 120.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 83 | 0 | 0.03 | 0.35 | 0.50 | 54.67 | 0.21 | 0.41 |
| Hex | 80 | 7C | 53 | 0 | 3 | 23 | 32 | 37 | 15 | 29 |
| Octal | 200 | 174 | 123 | 0 | 3 | 43 | 62 | 67 | 25 | 51 |
| Binary | 10000000 | 1111100 | 1010011 | 0 | 11 | 100011 | 110010 | 110111 | 10101 | 101001 |
Color Harmonies of #807C53
Complementary color
Monochromatic Colors of #807C53
Black with #807C53
Text Example
Text Example
White with #807C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C53; }
p { color: rgb(128,124,83); }
H1.HeaderClassName
{
color: #807C53;
}
.AnyTagClassName
{
color: #807C53;
}
</style>
background-color css
<style>
a { background-color: #807C53; }
a { background-color: rgb(128,124,83); }
div.DivClassName
{
background-color: #807C53;
}
.BgClassName
{
background-color: #807C53;
}
</style>
border-color css
<style>
span { border-color: #807C53; }
span { border-color: rgb(128,124,83); }
td.TdClassName
{
border-color: #807C53;
}
.TagClassName
{
border-color: #807C53;
}
</style>