Shades of Kokoda #7A755E
Tints of Kokoda #7A755E
RGB
CMYK
RGB Variations
Color information
#7A755E (or 0x7A755E) is known color: Kokoda. HEX triplet: 7A, 75 and 5E. RGB value is (122,117,94). Sum of RGB (Red+Green+Blue) = 122+117+94=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 117 (46.09% from 255 or 35.14% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A755E is #858AA1. Grayscale: #737373. Windows color (decimal): -8751778 or 6190458. OLE color: 6190458.
HSL color Cylindrical-coordinate representation of color #7A755E: hue angle of 49.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A755E is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 94 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.52 |
| HSL | 49.29º | 0.13% | 0.42% | - |
| HSV(B) | 49.29º | 0.23% | 0.48% | - |
| XYZ | 16.41 | 17.67 | 13.14 | - |
| YUV | 115.87 | 115.66 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 94 | 0 | 0.04 | 0.23 | 0.52 | 49.29 | 0.13 | 0.42 |
| Hex | 7A | 75 | 5E | 0 | 4 | 17 | 34 | 31 | D | 2A |
| Octal | 172 | 165 | 136 | 0 | 4 | 27 | 64 | 61 | 15 | 52 |
| Binary | 1111010 | 1110101 | 1011110 | 0 | 100 | 10111 | 110100 | 110001 | 1101 | 101010 |
Color Harmonies of #7A755E
Complementary color
Monochromatic Colors of #7A755E
Black with #7A755E
Text Example
Text Example
White with #7A755E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A755E; }
p { color: rgb(122,117,94); }
H1.HeaderClassName
{
color: #7A755E;
}
.AnyTagClassName
{
color: #7A755E;
}
</style>
background-color css
<style>
a { background-color: #7A755E; }
a { background-color: rgb(122,117,94); }
div.DivClassName
{
background-color: #7A755E;
}
.BgClassName
{
background-color: #7A755E;
}
</style>
border-color css
<style>
span { border-color: #7A755E; }
span { border-color: rgb(122,117,94); }
td.TdClassName
{
border-color: #7A755E;
}
.TagClassName
{
border-color: #7A755E;
}
</style>