Shades of Kokoda #7C7854
Tints of Kokoda #7C7854
RGB
CMYK
RGB Variations
Color information
#7C7854 (or 0x7C7854) is known color: Kokoda. HEX triplet: 7C, 78 and 54. RGB value is (124,120,84). Sum of RGB (Red+Green+Blue) = 124+120+84=328 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.80% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 84 (33.20% from 255 or 25.61% from 328); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7854 is #8387AB. Grayscale: #757575. Windows color (decimal): -8619948 or 5535868. OLE color: 5535868.
HSL color Cylindrical-coordinate representation of color #7C7854: hue angle of 54º 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 #7C7854 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 84 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.51 |
| HSL | 54º | 0.19% | 0.41% | - |
| HSV(B) | 54º | 0.32% | 0.49% | - |
| XYZ | 16.63 | 18.36 | 11.05 | - |
| YUV | 117.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 84 | 0 | 0.03 | 0.32 | 0.51 | 54 | 0.19 | 0.41 |
| Hex | 7C | 78 | 54 | 0 | 3 | 20 | 33 | 36 | 13 | 29 |
| Octal | 174 | 170 | 124 | 0 | 3 | 40 | 63 | 66 | 23 | 51 |
| Binary | 1111100 | 1111000 | 1010100 | 0 | 11 | 100000 | 110011 | 110110 | 10011 | 101001 |
Color Harmonies of #7C7854
Complementary color
Monochromatic Colors of #7C7854
Black with #7C7854
Text Example
Text Example
White with #7C7854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7854; }
p { color: rgb(124,120,84); }
H1.HeaderClassName
{
color: #7C7854;
}
.AnyTagClassName
{
color: #7C7854;
}
</style>
background-color css
<style>
a { background-color: #7C7854; }
a { background-color: rgb(124,120,84); }
div.DivClassName
{
background-color: #7C7854;
}
.BgClassName
{
background-color: #7C7854;
}
</style>
border-color css
<style>
span { border-color: #7C7854; }
span { border-color: rgb(124,120,84); }
td.TdClassName
{
border-color: #7C7854;
}
.TagClassName
{
border-color: #7C7854;
}
</style>