Shades of Kokoda #7A7766
Tints of Kokoda #7A7766
RGB
CMYK
RGB Variations
Color information
#7A7766 (or 0x7A7766) is known color: Kokoda. HEX triplet: 7A, 77 and 66. RGB value is (122,119,102). Sum of RGB (Red+Green+Blue) = 122+119+102=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A7766 is #858899. Grayscale: #767676. Windows color (decimal): -8751258 or 6715258. OLE color: 6715258.
HSL color Cylindrical-coordinate representation of color #7A7766: hue angle of 51º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7A7766 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 102 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.52 |
| HSL | 51º | 0.09% | 0.44% | - |
| HSV(B) | 51º | 0.16% | 0.48% | - |
| XYZ | 17.02 | 18.29 | 15.2 | - |
| YUV | 117.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 102 | 0 | 0.02 | 0.16 | 0.52 | 51 | 0.09 | 0.44 |
| Hex | 7A | 77 | 66 | 0 | 2 | 10 | 34 | 33 | 9 | 2C |
| Octal | 172 | 167 | 146 | 0 | 2 | 20 | 64 | 63 | 11 | 54 |
| Binary | 1111010 | 1110111 | 1100110 | 0 | 10 | 10000 | 110100 | 110011 | 1001 | 101100 |
Color Harmonies of #7A7766
Complementary color
Monochromatic Colors of #7A7766
Black with #7A7766
Text Example
Text Example
White with #7A7766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7766; }
p { color: rgb(122,119,102); }
H1.HeaderClassName
{
color: #7A7766;
}
.AnyTagClassName
{
color: #7A7766;
}
</style>
background-color css
<style>
a { background-color: #7A7766; }
a { background-color: rgb(122,119,102); }
div.DivClassName
{
background-color: #7A7766;
}
.BgClassName
{
background-color: #7A7766;
}
</style>
border-color css
<style>
span { border-color: #7A7766; }
span { border-color: rgb(122,119,102); }
td.TdClassName
{
border-color: #7A7766;
}
.TagClassName
{
border-color: #7A7766;
}
</style>