Shades of Kokoda #7A7458
Tints of Kokoda #7A7458
RGB
CMYK
RGB Variations
Color information
#7A7458 (or 0x7A7458) is known color: Kokoda. HEX triplet: 7A, 74 and 58. RGB value is (122,116,88). Sum of RGB (Red+Green+Blue) = 122+116+88=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7458 is #858BA7. Grayscale: #727272. Windows color (decimal): -8752040 or 5796986. OLE color: 5796986.
HSL color Cylindrical-coordinate representation of color #7A7458: hue angle of 49.41º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7A7458 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 88 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.52 |
| HSL | 49.41º | 0.16% | 0.41% | - |
| HSV(B) | 49.41º | 0.28% | 0.48% | - |
| XYZ | 16.03 | 17.33 | 11.73 | - |
| YUV | 114.6 | 112.99 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 88 | 0 | 0.05 | 0.28 | 0.52 | 49.41 | 0.16 | 0.41 |
| Hex | 7A | 74 | 58 | 0 | 5 | 1C | 34 | 31 | 10 | 29 |
| Octal | 172 | 164 | 130 | 0 | 5 | 34 | 64 | 61 | 20 | 51 |
| Binary | 1111010 | 1110100 | 1011000 | 0 | 101 | 11100 | 110100 | 110001 | 10000 | 101001 |
Color Harmonies of #7A7458
Complementary color
Monochromatic Colors of #7A7458
Black with #7A7458
Text Example
Text Example
White with #7A7458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7458; }
p { color: rgb(122,116,88); }
H1.HeaderClassName
{
color: #7A7458;
}
.AnyTagClassName
{
color: #7A7458;
}
</style>
background-color css
<style>
a { background-color: #7A7458; }
a { background-color: rgb(122,116,88); }
div.DivClassName
{
background-color: #7A7458;
}
.BgClassName
{
background-color: #7A7458;
}
</style>
border-color css
<style>
span { border-color: #7A7458; }
span { border-color: rgb(122,116,88); }
td.TdClassName
{
border-color: #7A7458;
}
.TagClassName
{
border-color: #7A7458;
}
</style>