Shades of Kokoda #7E7A62
Tints of Kokoda #7E7A62
RGB
CMYK
RGB Variations
Color information
#7E7A62 (or 0x7E7A62) is known color: Kokoda. HEX triplet: 7E, 7A and 62. RGB value is (126,122,98). Sum of RGB (Red+Green+Blue) = 126+122+98=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A62 is #81859D. Grayscale: #787878. Windows color (decimal): -8488350 or 6453886. OLE color: 6453886.
HSL color Cylindrical-coordinate representation of color #7E7A62: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7E7A62 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 122 | 98 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.51 |
| HSL | 51.43º | 0.13% | 0.44% | - |
| HSV(B) | 51.43º | 0.22% | 0.49% | - |
| XYZ | 17.77 | 19.24 | 14.33 | - |
| YUV | 120.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 122 | 98 | 0 | 0.03 | 0.22 | 0.51 | 51.43 | 0.13 | 0.44 |
| Hex | 7E | 7A | 62 | 0 | 3 | 16 | 33 | 33 | C | 2C |
| Octal | 176 | 172 | 142 | 0 | 3 | 26 | 63 | 63 | 14 | 54 |
| Binary | 1111110 | 1111010 | 1100010 | 0 | 11 | 10110 | 110011 | 110011 | 1100 | 101100 |
Color Harmonies of #7E7A62
Complementary color
Monochromatic Colors of #7E7A62
Black with #7E7A62
Text Example
Text Example
White with #7E7A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7A62; }
p { color: rgb(126,122,98); }
H1.HeaderClassName
{
color: #7E7A62;
}
.AnyTagClassName
{
color: #7E7A62;
}
</style>
background-color css
<style>
a { background-color: #7E7A62; }
a { background-color: rgb(126,122,98); }
div.DivClassName
{
background-color: #7E7A62;
}
.BgClassName
{
background-color: #7E7A62;
}
</style>
border-color css
<style>
span { border-color: #7E7A62; }
span { border-color: rgb(126,122,98); }
td.TdClassName
{
border-color: #7E7A62;
}
.TagClassName
{
border-color: #7E7A62;
}
</style>