Shades of Kokoda #7C784E
Tints of Kokoda #7C784E
RGB
CMYK
RGB Variations
Color information
#7C784E (or 0x7C784E) is known color: Kokoda. HEX triplet: 7C, 78 and 4E. RGB value is (124,120,78). Sum of RGB (Red+Green+Blue) = 124+120+78=322 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.51% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 124 - color contains mainly: red. Hex color #7C784E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C784E is #8387B1. Grayscale: #747474. Windows color (decimal): -8619954 or 5142652. OLE color: 5142652.
HSL color Cylindrical-coordinate representation of color #7C784E: hue angle of 54.78º 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 #7C784E is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 78 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.51 |
| HSL | 54.78º | 0.23% | 0.4% | - |
| HSV(B) | 54.78º | 0.37% | 0.49% | - |
| XYZ | 16.4 | 18.27 | 9.87 | - |
| YUV | 116.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 78 | 0 | 0.03 | 0.37 | 0.51 | 54.78 | 0.23 | 0.4 |
| Hex | 7C | 78 | 4E | 0 | 3 | 25 | 33 | 37 | 17 | 28 |
| Octal | 174 | 170 | 116 | 0 | 3 | 45 | 63 | 67 | 27 | 50 |
| Binary | 1111100 | 1111000 | 1001110 | 0 | 11 | 100101 | 110011 | 110111 | 10111 | 101000 |
Color Harmonies of #7C784E
Complementary color
Monochromatic Colors of #7C784E
Black with #7C784E
Text Example
Text Example
White with #7C784E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C784E; }
p { color: rgb(124,120,78); }
H1.HeaderClassName
{
color: #7C784E;
}
.AnyTagClassName
{
color: #7C784E;
}
</style>
background-color css
<style>
a { background-color: #7C784E; }
a { background-color: rgb(124,120,78); }
div.DivClassName
{
background-color: #7C784E;
}
.BgClassName
{
background-color: #7C784E;
}
</style>
border-color css
<style>
span { border-color: #7C784E; }
span { border-color: rgb(124,120,78); }
td.TdClassName
{
border-color: #7C784E;
}
.TagClassName
{
border-color: #7C784E;
}
</style>