Shades of Kokoda #7A785A
Tints of Kokoda #7A785A
RGB
CMYK
RGB Variations
Color information
#7A785A (or 0x7A785A) is known color: Kokoda. HEX triplet: 7A, 78 and 5A. RGB value is (122,120,90). Sum of RGB (Red+Green+Blue) = 122+120+90=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 122 - color contains mainly: red. Hex color #7A785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A785A is #8587A5. Grayscale: #757575. Windows color (decimal): -8751014 or 5929082. OLE color: 5929082.
HSL color Cylindrical-coordinate representation of color #7A785A: hue angle of 56.25º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7A785A is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 90 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.52 |
| HSL | 56.25º | 0.15% | 0.42% | - |
| HSV(B) | 56.25º | 0.26% | 0.48% | - |
| XYZ | 16.59 | 18.31 | 12.33 | - |
| YUV | 117.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 90 | 0 | 0.02 | 0.26 | 0.52 | 56.25 | 0.15 | 0.42 |
| Hex | 7A | 78 | 5A | 0 | 2 | 1A | 34 | 38 | F | 2A |
| Octal | 172 | 170 | 132 | 0 | 2 | 32 | 64 | 70 | 17 | 52 |
| Binary | 1111010 | 1111000 | 1011010 | 0 | 10 | 11010 | 110100 | 111000 | 1111 | 101010 |
Color Harmonies of #7A785A
Complementary color
Monochromatic Colors of #7A785A
Black with #7A785A
Text Example
Text Example
White with #7A785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A785A; }
p { color: rgb(122,120,90); }
H1.HeaderClassName
{
color: #7A785A;
}
.AnyTagClassName
{
color: #7A785A;
}
</style>
background-color css
<style>
a { background-color: #7A785A; }
a { background-color: rgb(122,120,90); }
div.DivClassName
{
background-color: #7A785A;
}
.BgClassName
{
background-color: #7A785A;
}
</style>
border-color css
<style>
span { border-color: #7A785A; }
span { border-color: rgb(122,120,90); }
td.TdClassName
{
border-color: #7A785A;
}
.TagClassName
{
border-color: #7A785A;
}
</style>