Shades of Kokoda #7C7A4E
Tints of Kokoda #7C7A4E
RGB
CMYK
RGB Variations
Color information
#7C7A4E (or 0x7C7A4E) is known color: Kokoda. HEX triplet: 7C, 7A and 4E. RGB value is (124,122,78). Sum of RGB (Red+Green+Blue) = 124+122+78=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A4E is #8385B1. Grayscale: #757575. Windows color (decimal): -8619442 or 5143164. OLE color: 5143164.
HSL color Cylindrical-coordinate representation of color #7C7A4E: hue angle of 57.39º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C7A4E is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 78 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.51 |
| HSL | 57.39º | 0.23% | 0.4% | - |
| HSV(B) | 57.39º | 0.37% | 0.49% | - |
| XYZ | 16.65 | 18.75 | 9.95 | - |
| YUV | 117.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 78 | 0 | 0.02 | 0.37 | 0.51 | 57.39 | 0.23 | 0.4 |
| Hex | 7C | 7A | 4E | 0 | 2 | 25 | 33 | 39 | 17 | 28 |
| Octal | 174 | 172 | 116 | 0 | 2 | 45 | 63 | 71 | 27 | 50 |
| Binary | 1111100 | 1111010 | 1001110 | 0 | 10 | 100101 | 110011 | 111001 | 10111 | 101000 |
Color Harmonies of #7C7A4E
Complementary color
Monochromatic Colors of #7C7A4E
Black with #7C7A4E
Text Example
Text Example
White with #7C7A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A4E; }
p { color: rgb(124,122,78); }
H1.HeaderClassName
{
color: #7C7A4E;
}
.AnyTagClassName
{
color: #7C7A4E;
}
</style>
background-color css
<style>
a { background-color: #7C7A4E; }
a { background-color: rgb(124,122,78); }
div.DivClassName
{
background-color: #7C7A4E;
}
.BgClassName
{
background-color: #7C7A4E;
}
</style>
border-color css
<style>
span { border-color: #7C7A4E; }
span { border-color: rgb(124,122,78); }
td.TdClassName
{
border-color: #7C7A4E;
}
.TagClassName
{
border-color: #7C7A4E;
}
</style>