Shades of Kokoda #7A784D
Tints of Kokoda #7A784D
RGB
CMYK
RGB Variations
Color information
#7A784D (or 0x7A784D) is known color: Kokoda. HEX triplet: 7A, 78 and 4D. RGB value is (122,120,77). Sum of RGB (Red+Green+Blue) = 122+120+77=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A784D is #8587B2. Grayscale: #737373. Windows color (decimal): -8751027 or 5077114. OLE color: 5077114.
HSL color Cylindrical-coordinate representation of color #7A784D: hue angle of 57.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A784D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 77 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.52 |
| HSL | 57.33º | 0.23% | 0.39% | - |
| HSV(B) | 57.33º | 0.37% | 0.48% | - |
| XYZ | 16.08 | 18.11 | 9.67 | - |
| YUV | 115.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 77 | 0 | 0.02 | 0.37 | 0.52 | 57.33 | 0.23 | 0.39 |
| Hex | 7A | 78 | 4D | 0 | 2 | 25 | 34 | 39 | 17 | 27 |
| Octal | 172 | 170 | 115 | 0 | 2 | 45 | 64 | 71 | 27 | 47 |
| Binary | 1111010 | 1111000 | 1001101 | 0 | 10 | 100101 | 110100 | 111001 | 10111 | 100111 |
Color Harmonies of #7A784D
Complementary color
Monochromatic Colors of #7A784D
Black with #7A784D
Text Example
Text Example
White with #7A784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A784D; }
p { color: rgb(122,120,77); }
H1.HeaderClassName
{
color: #7A784D;
}
.AnyTagClassName
{
color: #7A784D;
}
</style>
background-color css
<style>
a { background-color: #7A784D; }
a { background-color: rgb(122,120,77); }
div.DivClassName
{
background-color: #7A784D;
}
.BgClassName
{
background-color: #7A784D;
}
</style>
border-color css
<style>
span { border-color: #7A784D; }
span { border-color: rgb(122,120,77); }
td.TdClassName
{
border-color: #7A784D;
}
.TagClassName
{
border-color: #7A784D;
}
</style>