Shades of Kokoda #7A7551
Tints of Kokoda #7A7551
RGB
CMYK
RGB Variations
Color information
#7A7551 (or 0x7A7551) is known color: Kokoda. HEX triplet: 7A, 75 and 51. RGB value is (122,117,81). Sum of RGB (Red+Green+Blue) = 122+117+81=320 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.12% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7551 is #858AAE. Grayscale: #727272. Windows color (decimal): -8751791 or 5338490. OLE color: 5338490.
HSL color Cylindrical-coordinate representation of color #7A7551: hue angle of 52.68º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A7551 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 81 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.52 |
| HSL | 52.68º | 0.2% | 0.4% | - |
| HSV(B) | 52.68º | 0.34% | 0.48% | - |
| XYZ | 15.87 | 17.45 | 10.32 | - |
| YUV | 114.39 | 109.16 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 81 | 0 | 0.04 | 0.34 | 0.52 | 52.68 | 0.2 | 0.4 |
| Hex | 7A | 75 | 51 | 0 | 4 | 22 | 34 | 35 | 14 | 28 |
| Octal | 172 | 165 | 121 | 0 | 4 | 42 | 64 | 65 | 24 | 50 |
| Binary | 1111010 | 1110101 | 1010001 | 0 | 100 | 100010 | 110100 | 110101 | 10100 | 101000 |
Color Harmonies of #7A7551
Complementary color
Monochromatic Colors of #7A7551
Black with #7A7551
Text Example
Text Example
White with #7A7551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7551; }
p { color: rgb(122,117,81); }
H1.HeaderClassName
{
color: #7A7551;
}
.AnyTagClassName
{
color: #7A7551;
}
</style>
background-color css
<style>
a { background-color: #7A7551; }
a { background-color: rgb(122,117,81); }
div.DivClassName
{
background-color: #7A7551;
}
.BgClassName
{
background-color: #7A7551;
}
</style>
border-color css
<style>
span { border-color: #7A7551; }
span { border-color: rgb(122,117,81); }
td.TdClassName
{
border-color: #7A7551;
}
.TagClassName
{
border-color: #7A7551;
}
</style>