Shades of Kokoda #807B5D
Tints of Kokoda #807B5D
RGB
CMYK
RGB Variations
Color information
#807B5D (or 0x807B5D) is known color: Kokoda. HEX triplet: 80, 7B and 5D. RGB value is (128,123,93). Sum of RGB (Red+Green+Blue) = 128+123+93=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 123 (48.44% from 255 or 35.76% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 128 - color contains mainly: red. Hex color #807B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B5D is #7F84A2. Grayscale: #797979. Windows color (decimal): -8357027 or 6126464. OLE color: 6126464.
HSL color Cylindrical-coordinate representation of color #807B5D: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #807B5D is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 123 | 93 | - |
| CMYK | 0 | 0.04 | 0.27 | 0.50 |
| HSL | 51.43º | 0.16% | 0.43% | - |
| HSV(B) | 51.43º | 0.27% | 0.5% | - |
| XYZ | 17.96 | 19.55 | 13.18 | - |
| YUV | 121.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 123 | 93 | 0 | 0.04 | 0.27 | 0.50 | 51.43 | 0.16 | 0.43 |
| Hex | 80 | 7B | 5D | 0 | 4 | 1B | 32 | 33 | 10 | 2B |
| Octal | 200 | 173 | 135 | 0 | 4 | 33 | 62 | 63 | 20 | 53 |
| Binary | 10000000 | 1111011 | 1011101 | 0 | 100 | 11011 | 110010 | 110011 | 10000 | 101011 |
Color Harmonies of #807B5D
Complementary color
Monochromatic Colors of #807B5D
Black with #807B5D
Text Example
Text Example
White with #807B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807B5D; }
p { color: rgb(128,123,93); }
H1.HeaderClassName
{
color: #807B5D;
}
.AnyTagClassName
{
color: #807B5D;
}
</style>
background-color css
<style>
a { background-color: #807B5D; }
a { background-color: rgb(128,123,93); }
div.DivClassName
{
background-color: #807B5D;
}
.BgClassName
{
background-color: #807B5D;
}
</style>
border-color css
<style>
span { border-color: #807B5D; }
span { border-color: rgb(128,123,93); }
td.TdClassName
{
border-color: #807B5D;
}
.TagClassName
{
border-color: #807B5D;
}
</style>