Shades of Crete #7A7A36
Tints of Crete #7A7A36
RGB
CMYK
RGB Variations
Color information
#7A7A36 (or 0x7A7A36) is known color: Crete. HEX triplet: 7A, 7A and 36. RGB value is (122,122,54). Sum of RGB (Red+Green+Blue) = 122+122+54=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7A36 is #8585C9. Grayscale: #727272. Windows color (decimal): -8750538 or 3570298. OLE color: 3570298.
HSL color Cylindrical-coordinate representation of color #7A7A36: hue angle of 60º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A7A36 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 54 | - |
| CMYK | 0 | 0 | 0.56 | 0.52 |
| HSL | 60º | 0.39% | 0.35% | - |
| HSV(B) | 60º | 0.56% | 0.48% | - |
| XYZ | 15.65 | 18.32 | 6.2 | - |
| YUV | 114.25 | 94 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 54 | 0 | 0 | 0.56 | 0.52 | 60 | 0.39 | 0.35 |
| Hex | 7A | 7A | 36 | 0 | 0 | 38 | 34 | 3C | 27 | 23 |
| Octal | 172 | 172 | 66 | 0 | 0 | 70 | 64 | 74 | 47 | 43 |
| Binary | 1111010 | 1111010 | 110110 | 0 | 0 | 111000 | 110100 | 111100 | 100111 | 100011 |
Color Harmonies of #7A7A36
Complementary color
Monochromatic Colors of #7A7A36
Black with #7A7A36
Text Example
Text Example
White with #7A7A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A36; }
p { color: rgb(122,122,54); }
H1.HeaderClassName
{
color: #7A7A36;
}
.AnyTagClassName
{
color: #7A7A36;
}
</style>
background-color css
<style>
a { background-color: #7A7A36; }
a { background-color: rgb(122,122,54); }
div.DivClassName
{
background-color: #7A7A36;
}
.BgClassName
{
background-color: #7A7A36;
}
</style>
border-color css
<style>
span { border-color: #7A7A36; }
span { border-color: rgb(122,122,54); }
td.TdClassName
{
border-color: #7A7A36;
}
.TagClassName
{
border-color: #7A7A36;
}
</style>