Shades of Kokoda #7D7C42
Tints of Kokoda #7D7C42
RGB
CMYK
RGB Variations
Color information
#7D7C42 (or 0x7D7C42) is known color: Kokoda. HEX triplet: 7D, 7C and 42. RGB value is (125,124,66). Sum of RGB (Red+Green+Blue) = 125+124+66=315 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.68% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C42 is #8283BD. Grayscale: #757575. Windows color (decimal): -8553406 or 4357245. OLE color: 4357245.
HSL color Cylindrical-coordinate representation of color #7D7C42: hue angle of 58.98º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D7C42 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 124 | 66 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.51 |
| HSL | 58.98º | 0.31% | 0.37% | - |
| HSV(B) | 58.98º | 0.47% | 0.49% | - |
| XYZ | 16.65 | 19.17 | 7.98 | - |
| YUV | 117.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 66 | 0 | 0.01 | 0.47 | 0.51 | 58.98 | 0.31 | 0.37 |
| Hex | 7D | 7C | 42 | 0 | 1 | 2F | 33 | 3B | 1F | 25 |
| Octal | 175 | 174 | 102 | 0 | 1 | 57 | 63 | 73 | 37 | 45 |
| Binary | 1111101 | 1111100 | 1000010 | 0 | 1 | 101111 | 110011 | 111011 | 11111 | 100101 |
Color Harmonies of #7D7C42
Complementary color
Monochromatic Colors of #7D7C42
Black with #7D7C42
Text Example
Text Example
White with #7D7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C42; }
p { color: rgb(125,124,66); }
H1.HeaderClassName
{
color: #7D7C42;
}
.AnyTagClassName
{
color: #7D7C42;
}
</style>
background-color css
<style>
a { background-color: #7D7C42; }
a { background-color: rgb(125,124,66); }
div.DivClassName
{
background-color: #7D7C42;
}
.BgClassName
{
background-color: #7D7C42;
}
</style>
border-color css
<style>
span { border-color: #7D7C42; }
span { border-color: rgb(125,124,66); }
td.TdClassName
{
border-color: #7D7C42;
}
.TagClassName
{
border-color: #7D7C42;
}
</style>