Shades of Kokoda #7C784C
Tints of Kokoda #7C784C
RGB
CMYK
RGB Variations
Color information
#7C784C (or 0x7C784C) is known color: Kokoda. HEX triplet: 7C, 78 and 4C. RGB value is (124,120,76). Sum of RGB (Red+Green+Blue) = 124+120+76=320 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.75% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 124 - color contains mainly: red. Hex color #7C784C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C784C is #8387B3. Grayscale: #747474. Windows color (decimal): -8619956 or 5011580. OLE color: 5011580.
HSL color Cylindrical-coordinate representation of color #7C784C: hue angle of 55º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C784C is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 76 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.51 |
| HSL | 55º | 0.24% | 0.39% | - |
| HSV(B) | 55º | 0.39% | 0.49% | - |
| XYZ | 16.33 | 18.24 | 9.5 | - |
| YUV | 116.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 76 | 0 | 0.03 | 0.39 | 0.51 | 55 | 0.24 | 0.39 |
| Hex | 7C | 78 | 4C | 0 | 3 | 27 | 33 | 37 | 18 | 27 |
| Octal | 174 | 170 | 114 | 0 | 3 | 47 | 63 | 67 | 30 | 47 |
| Binary | 1111100 | 1111000 | 1001100 | 0 | 11 | 100111 | 110011 | 110111 | 11000 | 100111 |
Color Harmonies of #7C784C
Complementary color
Monochromatic Colors of #7C784C
Black with #7C784C
Text Example
Text Example
White with #7C784C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C784C; }
p { color: rgb(124,120,76); }
H1.HeaderClassName
{
color: #7C784C;
}
.AnyTagClassName
{
color: #7C784C;
}
</style>
background-color css
<style>
a { background-color: #7C784C; }
a { background-color: rgb(124,120,76); }
div.DivClassName
{
background-color: #7C784C;
}
.BgClassName
{
background-color: #7C784C;
}
</style>
border-color css
<style>
span { border-color: #7C784C; }
span { border-color: rgb(124,120,76); }
td.TdClassName
{
border-color: #7C784C;
}
.TagClassName
{
border-color: #7C784C;
}
</style>