Shades of Kokoda #7E7D43
Tints of Kokoda #7E7D43
RGB
CMYK
RGB Variations
Color information
#7E7D43 (or 0x7E7D43) is known color: Kokoda. HEX triplet: 7E, 7D and 43. RGB value is (126,125,67). Sum of RGB (Red+Green+Blue) = 126+125+67=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D43 is #8182BC. Grayscale: #767676. Windows color (decimal): -8487613 or 4423038. OLE color: 4423038.
HSL color Cylindrical-coordinate representation of color #7E7D43: hue angle of 58.98º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E7D43 is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 125 | 67 | - |
| CMYK | 0 | 0.01 | 0.47 | 0.51 |
| HSL | 58.98º | 0.31% | 0.38% | - |
| HSV(B) | 58.98º | 0.47% | 0.49% | - |
| XYZ | 16.95 | 19.51 | 8.18 | - |
| YUV | 118.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 67 | 0 | 0.01 | 0.47 | 0.51 | 58.98 | 0.31 | 0.38 |
| Hex | 7E | 7D | 43 | 0 | 1 | 2F | 33 | 3B | 1F | 26 |
| Octal | 176 | 175 | 103 | 0 | 1 | 57 | 63 | 73 | 37 | 46 |
| Binary | 1111110 | 1111101 | 1000011 | 0 | 1 | 101111 | 110011 | 111011 | 11111 | 100110 |
Color Harmonies of #7E7D43
Complementary color
Monochromatic Colors of #7E7D43
Black with #7E7D43
Text Example
Text Example
White with #7E7D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D43; }
p { color: rgb(126,125,67); }
H1.HeaderClassName
{
color: #7E7D43;
}
.AnyTagClassName
{
color: #7E7D43;
}
</style>
background-color css
<style>
a { background-color: #7E7D43; }
a { background-color: rgb(126,125,67); }
div.DivClassName
{
background-color: #7E7D43;
}
.BgClassName
{
background-color: #7E7D43;
}
</style>
border-color css
<style>
span { border-color: #7E7D43; }
span { border-color: rgb(126,125,67); }
td.TdClassName
{
border-color: #7E7D43;
}
.TagClassName
{
border-color: #7E7D43;
}
</style>