Shades of Crete #7A7937
Tints of Crete #7A7937
RGB
CMYK
RGB Variations
Color information
#7A7937 (or 0x7A7937) is known color: Crete. HEX triplet: 7A, 79 and 37. RGB value is (122,121,55). Sum of RGB (Red+Green+Blue) = 122+121+55=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7937 is #8586C8. Grayscale: #727272. Windows color (decimal): -8750793 or 3635578. OLE color: 3635578.
HSL color Cylindrical-coordinate representation of color #7A7937: hue angle of 59.1º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A7937 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 55 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.52 |
| HSL | 59.1º | 0.38% | 0.35% | - |
| HSV(B) | 59.1º | 0.55% | 0.48% | - |
| XYZ | 15.55 | 18.09 | 6.29 | - |
| YUV | 113.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 55 | 0 | 0.01 | 0.55 | 0.52 | 59.1 | 0.38 | 0.35 |
| Hex | 7A | 79 | 37 | 0 | 1 | 37 | 34 | 3B | 26 | 23 |
| Octal | 172 | 171 | 67 | 0 | 1 | 67 | 64 | 73 | 46 | 43 |
| Binary | 1111010 | 1111001 | 110111 | 0 | 1 | 110111 | 110100 | 111011 | 100110 | 100011 |
Color Harmonies of #7A7937
Complementary color
Monochromatic Colors of #7A7937
Black with #7A7937
Text Example
Text Example
White with #7A7937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7937; }
p { color: rgb(122,121,55); }
H1.HeaderClassName
{
color: #7A7937;
}
.AnyTagClassName
{
color: #7A7937;
}
</style>
background-color css
<style>
a { background-color: #7A7937; }
a { background-color: rgb(122,121,55); }
div.DivClassName
{
background-color: #7A7937;
}
.BgClassName
{
background-color: #7A7937;
}
</style>
border-color css
<style>
span { border-color: #7A7937; }
span { border-color: rgb(122,121,55); }
td.TdClassName
{
border-color: #7A7937;
}
.TagClassName
{
border-color: #7A7937;
}
</style>