Shades of Kokoda #7C7956
Tints of Kokoda #7C7956
RGB
CMYK
RGB Variations
Color information
#7C7956 (or 0x7C7956) is known color: Kokoda. HEX triplet: 7C, 79 and 56. RGB value is (124,121,86). Sum of RGB (Red+Green+Blue) = 124+121+86=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7956 is #8386A9. Grayscale: #767676. Windows color (decimal): -8619690 or 5667196. OLE color: 5667196.
HSL color Cylindrical-coordinate representation of color #7C7956: hue angle of 55.26º 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 #7C7956 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 86 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.51 |
| HSL | 55.26º | 0.18% | 0.41% | - |
| HSV(B) | 55.26º | 0.31% | 0.49% | - |
| XYZ | 16.83 | 18.63 | 11.51 | - |
| YUV | 117.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 86 | 0 | 0.02 | 0.31 | 0.51 | 55.26 | 0.18 | 0.41 |
| Hex | 7C | 79 | 56 | 0 | 2 | 1F | 33 | 37 | 12 | 29 |
| Octal | 174 | 171 | 126 | 0 | 2 | 37 | 63 | 67 | 22 | 51 |
| Binary | 1111100 | 1111001 | 1010110 | 0 | 10 | 11111 | 110011 | 110111 | 10010 | 101001 |
Color Harmonies of #7C7956
Complementary color
Monochromatic Colors of #7C7956
Black with #7C7956
Text Example
Text Example
White with #7C7956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7956; }
p { color: rgb(124,121,86); }
H1.HeaderClassName
{
color: #7C7956;
}
.AnyTagClassName
{
color: #7C7956;
}
</style>
background-color css
<style>
a { background-color: #7C7956; }
a { background-color: rgb(124,121,86); }
div.DivClassName
{
background-color: #7C7956;
}
.BgClassName
{
background-color: #7C7956;
}
</style>
border-color css
<style>
span { border-color: #7C7956; }
span { border-color: rgb(124,121,86); }
td.TdClassName
{
border-color: #7C7956;
}
.TagClassName
{
border-color: #7C7956;
}
</style>