Shades of Crete #7A7A41
Tints of Crete #7A7A41
RGB
CMYK
RGB Variations
Color information
#7A7A41 (or 0x7A7A41) is known color: Crete. HEX triplet: 7A, 7A and 41. RGB value is (122,122,65). Sum of RGB (Red+Green+Blue) = 122+122+65=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7A41 is #8585BE. Grayscale: #737373. Windows color (decimal): -8750527 or 4291194. OLE color: 4291194.
HSL color Cylindrical-coordinate representation of color #7A7A41: hue angle of 60º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A7A41 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 65 | - |
| CMYK | 0 | 0 | 0.47 | 0.52 |
| HSL | 60º | 0.3% | 0.37% | - |
| HSV(B) | 60º | 0.47% | 0.48% | - |
| XYZ | 15.94 | 18.44 | 7.72 | - |
| YUV | 115.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 65 | 0 | 0 | 0.47 | 0.52 | 60 | 0.3 | 0.37 |
| Hex | 7A | 7A | 41 | 0 | 0 | 2F | 34 | 3C | 1E | 25 |
| Octal | 172 | 172 | 101 | 0 | 0 | 57 | 64 | 74 | 36 | 45 |
| Binary | 1111010 | 1111010 | 1000001 | 0 | 0 | 101111 | 110100 | 111100 | 11110 | 100101 |
Color Harmonies of #7A7A41
Complementary color
Monochromatic Colors of #7A7A41
Black with #7A7A41
Text Example
Text Example
White with #7A7A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A41; }
p { color: rgb(122,122,65); }
H1.HeaderClassName
{
color: #7A7A41;
}
.AnyTagClassName
{
color: #7A7A41;
}
</style>
background-color css
<style>
a { background-color: #7A7A41; }
a { background-color: rgb(122,122,65); }
div.DivClassName
{
background-color: #7A7A41;
}
.BgClassName
{
background-color: #7A7A41;
}
</style>
border-color css
<style>
span { border-color: #7A7A41; }
span { border-color: rgb(122,122,65); }
td.TdClassName
{
border-color: #7A7A41;
}
.TagClassName
{
border-color: #7A7A41;
}
</style>