Shades of Kokoda #807D4D
Tints of Kokoda #807D4D
RGB
CMYK
RGB Variations
Color information
#807D4D (or 0x807D4D) is known color: Kokoda. HEX triplet: 80, 7D and 4D. RGB value is (128,125,77). Sum of RGB (Red+Green+Blue) = 128+125+77=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #807D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807D4D is #7F82B2. Grayscale: #787878. Windows color (decimal): -8356531 or 5078400. OLE color: 5078400.
HSL color Cylindrical-coordinate representation of color #807D4D: hue angle of 56.47º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #807D4D is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 125 | 77 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.50 |
| HSL | 56.47º | 0.25% | 0.4% | - |
| HSV(B) | 56.47º | 0.4% | 0.5% | - |
| XYZ | 17.58 | 19.79 | 9.92 | - |
| YUV | 120.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 125 | 77 | 0 | 0.02 | 0.40 | 0.50 | 56.47 | 0.25 | 0.4 |
| Hex | 80 | 7D | 4D | 0 | 2 | 28 | 32 | 38 | 19 | 28 |
| Octal | 200 | 175 | 115 | 0 | 2 | 50 | 62 | 70 | 31 | 50 |
| Binary | 10000000 | 1111101 | 1001101 | 0 | 10 | 101000 | 110010 | 111000 | 11001 | 101000 |
Color Harmonies of #807D4D
Complementary color
Monochromatic Colors of #807D4D
Black with #807D4D
Text Example
Text Example
White with #807D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807D4D; }
p { color: rgb(128,125,77); }
H1.HeaderClassName
{
color: #807D4D;
}
.AnyTagClassName
{
color: #807D4D;
}
</style>
background-color css
<style>
a { background-color: #807D4D; }
a { background-color: rgb(128,125,77); }
div.DivClassName
{
background-color: #807D4D;
}
.BgClassName
{
background-color: #807D4D;
}
</style>
border-color css
<style>
span { border-color: #807D4D; }
span { border-color: rgb(128,125,77); }
td.TdClassName
{
border-color: #807D4D;
}
.TagClassName
{
border-color: #807D4D;
}
</style>