Shades of Kokoda #7C7A56
Tints of Kokoda #7C7A56
RGB
CMYK
RGB Variations
Color information
#7C7A56 (or 0x7C7A56) is known color: Kokoda. HEX triplet: 7C, 7A and 56. RGB value is (124,122,86). Sum of RGB (Red+Green+Blue) = 124+122+86=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7A56 is #8385A9. Grayscale: #767676. Windows color (decimal): -8619434 or 5667452. OLE color: 5667452.
HSL color Cylindrical-coordinate representation of color #7C7A56: hue angle of 56.84º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7A56 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 86 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.51 |
| HSL | 56.84º | 0.18% | 0.41% | - |
| HSV(B) | 56.84º | 0.31% | 0.49% | - |
| XYZ | 16.95 | 18.88 | 11.55 | - |
| YUV | 118.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 86 | 0 | 0.02 | 0.31 | 0.51 | 56.84 | 0.18 | 0.41 |
| Hex | 7C | 7A | 56 | 0 | 2 | 1F | 33 | 39 | 12 | 29 |
| Octal | 174 | 172 | 126 | 0 | 2 | 37 | 63 | 71 | 22 | 51 |
| Binary | 1111100 | 1111010 | 1010110 | 0 | 10 | 11111 | 110011 | 111001 | 10010 | 101001 |
Color Harmonies of #7C7A56
Complementary color
Monochromatic Colors of #7C7A56
Black with #7C7A56
Text Example
Text Example
White with #7C7A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A56; }
p { color: rgb(124,122,86); }
H1.HeaderClassName
{
color: #7C7A56;
}
.AnyTagClassName
{
color: #7C7A56;
}
</style>
background-color css
<style>
a { background-color: #7C7A56; }
a { background-color: rgb(124,122,86); }
div.DivClassName
{
background-color: #7C7A56;
}
.BgClassName
{
background-color: #7C7A56;
}
</style>
border-color css
<style>
span { border-color: #7C7A56; }
span { border-color: rgb(124,122,86); }
td.TdClassName
{
border-color: #7C7A56;
}
.TagClassName
{
border-color: #7C7A56;
}
</style>