Shades of Kokoda #7E7A5B
Tints of Kokoda #7E7A5B
RGB
CMYK
RGB Variations
Color information
#7E7A5B (or 0x7E7A5B) is known color: Kokoda. HEX triplet: 7E, 7A and 5B. RGB value is (126,122,91). Sum of RGB (Red+Green+Blue) = 126+122+91=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 122 (48.05% from 255 or 35.99% from 339); Blue value is 91 (35.94% from 255 or 26.84% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A5B is #8185A4. Grayscale: #777777. Windows color (decimal): -8488357 or 5995134. OLE color: 5995134.
HSL color Cylindrical-coordinate representation of color #7E7A5B: hue angle of 53.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7E7A5B is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 91 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.51 |
| HSL | 53.14º | 0.16% | 0.43% | - |
| HSV(B) | 53.14º | 0.28% | 0.49% | - |
| XYZ | 17.45 | 19.11 | 12.67 | - |
| YUV | 119.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 91 | 0 | 0.03 | 0.28 | 0.51 | 53.14 | 0.16 | 0.43 |
| Hex | 7E | 7A | 5B | 0 | 3 | 1C | 33 | 35 | 10 | 2B |
| Octal | 176 | 172 | 133 | 0 | 3 | 34 | 63 | 65 | 20 | 53 |
| Binary | 1111110 | 1111010 | 1011011 | 0 | 11 | 11100 | 110011 | 110101 | 10000 | 101011 |
Color Harmonies of #7E7A5B
Complementary color
Monochromatic Colors of #7E7A5B
Black with #7E7A5B
Text Example
Text Example
White with #7E7A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A5B; }
p { color: rgb(126,122,91); }
H1.HeaderClassName
{
color: #7E7A5B;
}
.AnyTagClassName
{
color: #7E7A5B;
}
</style>
background-color css
<style>
a { background-color: #7E7A5B; }
a { background-color: rgb(126,122,91); }
div.DivClassName
{
background-color: #7E7A5B;
}
.BgClassName
{
background-color: #7E7A5B;
}
</style>
border-color css
<style>
span { border-color: #7E7A5B; }
span { border-color: rgb(126,122,91); }
td.TdClassName
{
border-color: #7E7A5B;
}
.TagClassName
{
border-color: #7E7A5B;
}
</style>