Shades of Kokoda #7A7457
Tints of Kokoda #7A7457
RGB
CMYK
RGB Variations
Color information
#7A7457 (or 0x7A7457) is known color: Kokoda. HEX triplet: 7A, 74 and 57. RGB value is (122,116,87). Sum of RGB (Red+Green+Blue) = 122+116+87=325 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.54% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7457 is #858BA8. Grayscale: #727272. Windows color (decimal): -8752041 or 5731450. OLE color: 5731450.
HSL color Cylindrical-coordinate representation of color #7A7457: hue angle of 49.71º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A7457 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 87 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.52 |
| HSL | 49.71º | 0.17% | 0.41% | - |
| HSV(B) | 49.71º | 0.29% | 0.48% | - |
| XYZ | 15.99 | 17.32 | 11.52 | - |
| YUV | 114.49 | 112.49 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 87 | 0 | 0.05 | 0.29 | 0.52 | 49.71 | 0.17 | 0.41 |
| Hex | 7A | 74 | 57 | 0 | 5 | 1D | 34 | 32 | 11 | 29 |
| Octal | 172 | 164 | 127 | 0 | 5 | 35 | 64 | 62 | 21 | 51 |
| Binary | 1111010 | 1110100 | 1010111 | 0 | 101 | 11101 | 110100 | 110010 | 10001 | 101001 |
Color Harmonies of #7A7457
Complementary color
Monochromatic Colors of #7A7457
Black with #7A7457
Text Example
Text Example
White with #7A7457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7457; }
p { color: rgb(122,116,87); }
H1.HeaderClassName
{
color: #7A7457;
}
.AnyTagClassName
{
color: #7A7457;
}
</style>
background-color css
<style>
a { background-color: #7A7457; }
a { background-color: rgb(122,116,87); }
div.DivClassName
{
background-color: #7A7457;
}
.BgClassName
{
background-color: #7A7457;
}
</style>
border-color css
<style>
span { border-color: #7A7457; }
span { border-color: rgb(122,116,87); }
td.TdClassName
{
border-color: #7A7457;
}
.TagClassName
{
border-color: #7A7457;
}
</style>