Shades of Kokoda #7A785B
Tints of Kokoda #7A785B
RGB
CMYK
RGB Variations
Color information
#7A785B (or 0x7A785B) is known color: Kokoda. HEX triplet: 7A, 78 and 5B. RGB value is (122,120,91). Sum of RGB (Red+Green+Blue) = 122+120+91=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A785B is #8587A4. Grayscale: #757575. Windows color (decimal): -8751013 or 5994618. OLE color: 5994618.
HSL color Cylindrical-coordinate representation of color #7A785B: hue angle of 56.13º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7A785B is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 91 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.52 |
| HSL | 56.13º | 0.15% | 0.42% | - |
| HSV(B) | 56.13º | 0.25% | 0.48% | - |
| XYZ | 16.63 | 18.33 | 12.56 | - |
| YUV | 117.29 | 113.16 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 91 | 0 | 0.02 | 0.25 | 0.52 | 56.13 | 0.15 | 0.42 |
| Hex | 7A | 78 | 5B | 0 | 2 | 19 | 34 | 38 | F | 2A |
| Octal | 172 | 170 | 133 | 0 | 2 | 31 | 64 | 70 | 17 | 52 |
| Binary | 1111010 | 1111000 | 1011011 | 0 | 10 | 11001 | 110100 | 111000 | 1111 | 101010 |
Color Harmonies of #7A785B
Complementary color
Monochromatic Colors of #7A785B
Black with #7A785B
Text Example
Text Example
White with #7A785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A785B; }
p { color: rgb(122,120,91); }
H1.HeaderClassName
{
color: #7A785B;
}
.AnyTagClassName
{
color: #7A785B;
}
</style>
background-color css
<style>
a { background-color: #7A785B; }
a { background-color: rgb(122,120,91); }
div.DivClassName
{
background-color: #7A785B;
}
.BgClassName
{
background-color: #7A785B;
}
</style>
border-color css
<style>
span { border-color: #7A785B; }
span { border-color: rgb(122,120,91); }
td.TdClassName
{
border-color: #7A785B;
}
.TagClassName
{
border-color: #7A785B;
}
</style>