Shades of Kokoda #7D7859
Tints of Kokoda #7D7859
RGB
CMYK
RGB Variations
Color information
#7D7859 (or 0x7D7859) is known color: Kokoda. HEX triplet: 7D, 78 and 59. RGB value is (125,120,89). Sum of RGB (Red+Green+Blue) = 125+120+89=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D7859 is #8287A6. Grayscale: #767676. Windows color (decimal): -8554407 or 5863549. OLE color: 5863549.
HSL color Cylindrical-coordinate representation of color #7D7859: hue angle of 51.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7859 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 89 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.51 |
| HSL | 51.67º | 0.17% | 0.42% | - |
| HSV(B) | 51.67º | 0.29% | 0.49% | - |
| XYZ | 16.98 | 18.51 | 12.13 | - |
| YUV | 117.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 89 | 0 | 0.04 | 0.29 | 0.51 | 51.67 | 0.17 | 0.42 |
| Hex | 7D | 78 | 59 | 0 | 4 | 1D | 33 | 34 | 11 | 2A |
| Octal | 175 | 170 | 131 | 0 | 4 | 35 | 63 | 64 | 21 | 52 |
| Binary | 1111101 | 1111000 | 1011001 | 0 | 100 | 11101 | 110011 | 110100 | 10001 | 101010 |
Color Harmonies of #7D7859
Complementary color
Monochromatic Colors of #7D7859
Black with #7D7859
Text Example
Text Example
White with #7D7859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7859; }
p { color: rgb(125,120,89); }
H1.HeaderClassName
{
color: #7D7859;
}
.AnyTagClassName
{
color: #7D7859;
}
</style>
background-color css
<style>
a { background-color: #7D7859; }
a { background-color: rgb(125,120,89); }
div.DivClassName
{
background-color: #7D7859;
}
.BgClassName
{
background-color: #7D7859;
}
</style>
border-color css
<style>
span { border-color: #7D7859; }
span { border-color: rgb(125,120,89); }
td.TdClassName
{
border-color: #7D7859;
}
.TagClassName
{
border-color: #7D7859;
}
</style>