Shades of Kokoda #807A5C
Tints of Kokoda #807A5C
RGB
CMYK
RGB Variations
Color information
#807A5C (or 0x807A5C) is known color: Kokoda. HEX triplet: 80, 7A and 5C. RGB value is (128,122,92). Sum of RGB (Red+Green+Blue) = 128+122+92=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #807A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807A5C is #7F85A3. Grayscale: #787878. Windows color (decimal): -8357284 or 6060672. OLE color: 6060672.
HSL color Cylindrical-coordinate representation of color #807A5C: hue angle of 50º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807A5C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 122 | 92 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.50 |
| HSL | 50º | 0.16% | 0.43% | - |
| HSV(B) | 50º | 0.28% | 0.5% | - |
| XYZ | 17.79 | 19.28 | 12.91 | - |
| YUV | 120.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 122 | 92 | 0 | 0.05 | 0.28 | 0.50 | 50 | 0.16 | 0.43 |
| Hex | 80 | 7A | 5C | 0 | 5 | 1C | 32 | 32 | 10 | 2B |
| Octal | 200 | 172 | 134 | 0 | 5 | 34 | 62 | 62 | 20 | 53 |
| Binary | 10000000 | 1111010 | 1011100 | 0 | 101 | 11100 | 110010 | 110010 | 10000 | 101011 |
Color Harmonies of #807A5C
Complementary color
Monochromatic Colors of #807A5C
Black with #807A5C
Text Example
Text Example
White with #807A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807A5C; }
p { color: rgb(128,122,92); }
H1.HeaderClassName
{
color: #807A5C;
}
.AnyTagClassName
{
color: #807A5C;
}
</style>
background-color css
<style>
a { background-color: #807A5C; }
a { background-color: rgb(128,122,92); }
div.DivClassName
{
background-color: #807A5C;
}
.BgClassName
{
background-color: #807A5C;
}
</style>
border-color css
<style>
span { border-color: #807A5C; }
span { border-color: rgb(128,122,92); }
td.TdClassName
{
border-color: #807A5C;
}
.TagClassName
{
border-color: #807A5C;
}
</style>