Shades of Kokoda #7D785C
Tints of Kokoda #7D785C
RGB
CMYK
RGB Variations
Color information
#7D785C (or 0x7D785C) is known color: Kokoda. HEX triplet: 7D, 78 and 5C. RGB value is (125,120,92). Sum of RGB (Red+Green+Blue) = 125+120+92=337 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.09% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 125 - color contains mainly: red. Hex color #7D785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D785C is #8287A3. Grayscale: #767676. Windows color (decimal): -8554404 or 6060157. OLE color: 6060157.
HSL color Cylindrical-coordinate representation of color #7D785C: hue angle of 50.91º 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 #7D785C is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 92 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.51 |
| HSL | 50.91º | 0.15% | 0.43% | - |
| HSV(B) | 50.91º | 0.26% | 0.49% | - |
| XYZ | 17.11 | 18.57 | 12.81 | - |
| YUV | 118.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 92 | 0 | 0.04 | 0.26 | 0.51 | 50.91 | 0.15 | 0.43 |
| Hex | 7D | 78 | 5C | 0 | 4 | 1A | 33 | 33 | F | 2B |
| Octal | 175 | 170 | 134 | 0 | 4 | 32 | 63 | 63 | 17 | 53 |
| Binary | 1111101 | 1111000 | 1011100 | 0 | 100 | 11010 | 110011 | 110011 | 1111 | 101011 |
Color Harmonies of #7D785C
Complementary color
Monochromatic Colors of #7D785C
Black with #7D785C
Text Example
Text Example
White with #7D785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D785C; }
p { color: rgb(125,120,92); }
H1.HeaderClassName
{
color: #7D785C;
}
.AnyTagClassName
{
color: #7D785C;
}
</style>
background-color css
<style>
a { background-color: #7D785C; }
a { background-color: rgb(125,120,92); }
div.DivClassName
{
background-color: #7D785C;
}
.BgClassName
{
background-color: #7D785C;
}
</style>
border-color css
<style>
span { border-color: #7D785C; }
span { border-color: rgb(125,120,92); }
td.TdClassName
{
border-color: #7D785C;
}
.TagClassName
{
border-color: #7D785C;
}
</style>