Shades of Kokoda #7E7B45
Tints of Kokoda #7E7B45
RGB
CMYK
RGB Variations
Color information
#7E7B45 (or 0x7E7B45) is known color: Kokoda. HEX triplet: 7E, 7B and 45. RGB value is (126,123,69). Sum of RGB (Red+Green+Blue) = 126+123+69=318 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.62% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7B45 is #8184BA. Grayscale: #757575. Windows color (decimal): -8488123 or 4553598. OLE color: 4553598.
HSL color Cylindrical-coordinate representation of color #7E7B45: hue angle of 56.84º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E7B45 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 69 | - |
| CMYK | 0 | 0.02 | 0.45 | 0.51 |
| HSL | 56.84º | 0.29% | 0.38% | - |
| HSV(B) | 56.84º | 0.45% | 0.49% | - |
| XYZ | 16.76 | 19.03 | 8.42 | - |
| YUV | 117.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 69 | 0 | 0.02 | 0.45 | 0.51 | 56.84 | 0.29 | 0.38 |
| Hex | 7E | 7B | 45 | 0 | 2 | 2D | 33 | 39 | 1D | 26 |
| Octal | 176 | 173 | 105 | 0 | 2 | 55 | 63 | 71 | 35 | 46 |
| Binary | 1111110 | 1111011 | 1000101 | 0 | 10 | 101101 | 110011 | 111001 | 11101 | 100110 |
Color Harmonies of #7E7B45
Complementary color
Monochromatic Colors of #7E7B45
Black with #7E7B45
Text Example
Text Example
White with #7E7B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B45; }
p { color: rgb(126,123,69); }
H1.HeaderClassName
{
color: #7E7B45;
}
.AnyTagClassName
{
color: #7E7B45;
}
</style>
background-color css
<style>
a { background-color: #7E7B45; }
a { background-color: rgb(126,123,69); }
div.DivClassName
{
background-color: #7E7B45;
}
.BgClassName
{
background-color: #7E7B45;
}
</style>
border-color css
<style>
span { border-color: #7E7B45; }
span { border-color: rgb(126,123,69); }
td.TdClassName
{
border-color: #7E7B45;
}
.TagClassName
{
border-color: #7E7B45;
}
</style>