Shades of Kokoda #7D785D
Tints of Kokoda #7D785D
RGB
CMYK
RGB Variations
Color information
#7D785D (or 0x7D785D) is known color: Kokoda. HEX triplet: 7D, 78 and 5D. RGB value is (125,120,93). Sum of RGB (Red+Green+Blue) = 125+120+93=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 125 - color contains mainly: red. Hex color #7D785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D785D is #8287A2. Grayscale: #767676. Windows color (decimal): -8554403 or 6125693. OLE color: 6125693.
HSL color Cylindrical-coordinate representation of color #7D785D: hue angle of 50.62º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7D785D is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 93 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.51 |
| HSL | 50.63º | 0.15% | 0.43% | - |
| HSV(B) | 50.63º | 0.26% | 0.49% | - |
| XYZ | 17.15 | 18.58 | 13.04 | - |
| YUV | 118.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 93 | 0 | 0.04 | 0.26 | 0.51 | 50.63 | 0.15 | 0.43 |
| Hex | 7D | 78 | 5D | 0 | 4 | 1A | 33 | 33 | F | 2B |
| Octal | 175 | 170 | 135 | 0 | 4 | 32 | 63 | 63 | 17 | 53 |
| Binary | 1111101 | 1111000 | 1011101 | 0 | 100 | 11010 | 110011 | 110011 | 1111 | 101011 |
Color Harmonies of #7D785D
Complementary color
Monochromatic Colors of #7D785D
Black with #7D785D
Text Example
Text Example
White with #7D785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D785D; }
p { color: rgb(125,120,93); }
H1.HeaderClassName
{
color: #7D785D;
}
.AnyTagClassName
{
color: #7D785D;
}
</style>
background-color css
<style>
a { background-color: #7D785D; }
a { background-color: rgb(125,120,93); }
div.DivClassName
{
background-color: #7D785D;
}
.BgClassName
{
background-color: #7D785D;
}
</style>
border-color css
<style>
span { border-color: #7D785D; }
span { border-color: rgb(125,120,93); }
td.TdClassName
{
border-color: #7D785D;
}
.TagClassName
{
border-color: #7D785D;
}
</style>