Shades of Kokoda #7C7A54
Tints of Kokoda #7C7A54
RGB
CMYK
RGB Variations
Color information
#7C7A54 (or 0x7C7A54) is known color: Kokoda. HEX triplet: 7C, 7A and 54. RGB value is (124,122,84). Sum of RGB (Red+Green+Blue) = 124+122+84=330 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.58% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A54 is #8385AB. Grayscale: #767676. Windows color (decimal): -8619436 or 5536380. OLE color: 5536380.
HSL color Cylindrical-coordinate representation of color #7C7A54: hue angle of 57º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C7A54 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 84 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.51 |
| HSL | 57º | 0.19% | 0.41% | - |
| HSV(B) | 57º | 0.32% | 0.49% | - |
| XYZ | 16.87 | 18.84 | 11.14 | - |
| YUV | 118.27 | 108.66 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 84 | 0 | 0.02 | 0.32 | 0.51 | 57 | 0.19 | 0.41 |
| Hex | 7C | 7A | 54 | 0 | 2 | 20 | 33 | 39 | 13 | 29 |
| Octal | 174 | 172 | 124 | 0 | 2 | 40 | 63 | 71 | 23 | 51 |
| Binary | 1111100 | 1111010 | 1010100 | 0 | 10 | 100000 | 110011 | 111001 | 10011 | 101001 |
Color Harmonies of #7C7A54
Complementary color
Monochromatic Colors of #7C7A54
Black with #7C7A54
Text Example
Text Example
White with #7C7A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A54; }
p { color: rgb(124,122,84); }
H1.HeaderClassName
{
color: #7C7A54;
}
.AnyTagClassName
{
color: #7C7A54;
}
</style>
background-color css
<style>
a { background-color: #7C7A54; }
a { background-color: rgb(124,122,84); }
div.DivClassName
{
background-color: #7C7A54;
}
.BgClassName
{
background-color: #7C7A54;
}
</style>
border-color css
<style>
span { border-color: #7C7A54; }
span { border-color: rgb(124,122,84); }
td.TdClassName
{
border-color: #7C7A54;
}
.TagClassName
{
border-color: #7C7A54;
}
</style>