Shades of Kokoda #7C785B
Tints of Kokoda #7C785B
RGB
CMYK
RGB Variations
Color information
#7C785B (or 0x7C785B) is known color: Kokoda. HEX triplet: 7C, 78 and 5B. RGB value is (124,120,91). Sum of RGB (Red+Green+Blue) = 124+120+91=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 124 - color contains mainly: red. Hex color #7C785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C785B is #8387A4. Grayscale: #767676. Windows color (decimal): -8619941 or 5994620. OLE color: 5994620.
HSL color Cylindrical-coordinate representation of color #7C785B: hue angle of 52.73º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C785B is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 91 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.51 |
| HSL | 52.73º | 0.15% | 0.42% | - |
| HSV(B) | 52.73º | 0.27% | 0.49% | - |
| XYZ | 16.92 | 18.47 | 12.57 | - |
| YUV | 117.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 91 | 0 | 0.03 | 0.27 | 0.51 | 52.73 | 0.15 | 0.42 |
| Hex | 7C | 78 | 5B | 0 | 3 | 1B | 33 | 35 | F | 2A |
| Octal | 174 | 170 | 133 | 0 | 3 | 33 | 63 | 65 | 17 | 52 |
| Binary | 1111100 | 1111000 | 1011011 | 0 | 11 | 11011 | 110011 | 110101 | 1111 | 101010 |
Color Harmonies of #7C785B
Complementary color
Monochromatic Colors of #7C785B
Black with #7C785B
Text Example
Text Example
White with #7C785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C785B; }
p { color: rgb(124,120,91); }
H1.HeaderClassName
{
color: #7C785B;
}
.AnyTagClassName
{
color: #7C785B;
}
</style>
background-color css
<style>
a { background-color: #7C785B; }
a { background-color: rgb(124,120,91); }
div.DivClassName
{
background-color: #7C785B;
}
.BgClassName
{
background-color: #7C785B;
}
</style>
border-color css
<style>
span { border-color: #7C785B; }
span { border-color: rgb(124,120,91); }
td.TdClassName
{
border-color: #7C785B;
}
.TagClassName
{
border-color: #7C785B;
}
</style>