Shades of Kokoda #807C52
Tints of Kokoda #807C52
RGB
CMYK
RGB Variations
Color information
#807C52 (or 0x807C52) is known color: Kokoda. HEX triplet: 80, 7C and 52. RGB value is (128,124,82). Sum of RGB (Red+Green+Blue) = 128+124+82=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #807C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C52 is #7F83AD. Grayscale: #787878. Windows color (decimal): -8356782 or 5405824. OLE color: 5405824.
HSL color Cylindrical-coordinate representation of color #807C52: hue angle of 54.78º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807C52 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 82 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.50 |
| HSL | 54.78º | 0.22% | 0.41% | - |
| HSV(B) | 54.78º | 0.36% | 0.5% | - |
| XYZ | 17.63 | 19.61 | 10.84 | - |
| YUV | 120.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 82 | 0 | 0.03 | 0.36 | 0.50 | 54.78 | 0.22 | 0.41 |
| Hex | 80 | 7C | 52 | 0 | 3 | 24 | 32 | 37 | 16 | 29 |
| Octal | 200 | 174 | 122 | 0 | 3 | 44 | 62 | 67 | 26 | 51 |
| Binary | 10000000 | 1111100 | 1010010 | 0 | 11 | 100100 | 110010 | 110111 | 10110 | 101001 |
Color Harmonies of #807C52
Complementary color
Monochromatic Colors of #807C52
Black with #807C52
Text Example
Text Example
White with #807C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C52; }
p { color: rgb(128,124,82); }
H1.HeaderClassName
{
color: #807C52;
}
.AnyTagClassName
{
color: #807C52;
}
</style>
background-color css
<style>
a { background-color: #807C52; }
a { background-color: rgb(128,124,82); }
div.DivClassName
{
background-color: #807C52;
}
.BgClassName
{
background-color: #807C52;
}
</style>
border-color css
<style>
span { border-color: #807C52; }
span { border-color: rgb(128,124,82); }
td.TdClassName
{
border-color: #807C52;
}
.TagClassName
{
border-color: #807C52;
}
</style>