Shades of Kokoda #7C785C
Tints of Kokoda #7C785C
RGB
CMYK
RGB Variations
Color information
#7C785C (or 0x7C785C) is known color: Kokoda. HEX triplet: 7C, 78 and 5C. RGB value is (124,120,92). Sum of RGB (Red+Green+Blue) = 124+120+92=336 (44% of max value = 765). Red value is 124 (48.83% from 255 or 36.90% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 124 - color contains mainly: red. Hex color #7C785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C785C is #8387A3. Grayscale: #767676. Windows color (decimal): -8619940 or 6060156. OLE color: 6060156.
HSL color Cylindrical-coordinate representation of color #7C785C: hue angle of 52.5º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7C785C is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 120 | 92 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.51 |
| HSL | 52.5º | 0.15% | 0.42% | - |
| HSV(B) | 52.5º | 0.26% | 0.49% | - |
| XYZ | 16.96 | 18.49 | 12.8 | - |
| YUV | 118 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 120 | 92 | 0 | 0.03 | 0.26 | 0.51 | 52.5 | 0.15 | 0.42 |
| Hex | 7C | 78 | 5C | 0 | 3 | 1A | 33 | 34 | F | 2A |
| Octal | 174 | 170 | 134 | 0 | 3 | 32 | 63 | 64 | 17 | 52 |
| Binary | 1111100 | 1111000 | 1011100 | 0 | 11 | 11010 | 110011 | 110100 | 1111 | 101010 |
Color Harmonies of #7C785C
Complementary color
Monochromatic Colors of #7C785C
Black with #7C785C
Text Example
Text Example
White with #7C785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C785C; }
p { color: rgb(124,120,92); }
H1.HeaderClassName
{
color: #7C785C;
}
.AnyTagClassName
{
color: #7C785C;
}
</style>
background-color css
<style>
a { background-color: #7C785C; }
a { background-color: rgb(124,120,92); }
div.DivClassName
{
background-color: #7C785C;
}
.BgClassName
{
background-color: #7C785C;
}
</style>
border-color css
<style>
span { border-color: #7C785C; }
span { border-color: rgb(124,120,92); }
td.TdClassName
{
border-color: #7C785C;
}
.TagClassName
{
border-color: #7C785C;
}
</style>