Shades of Crete #7A7933
Tints of Crete #7A7933
RGB
CMYK
RGB Variations
Color information
#7A7933 (or 0x7A7933) is known color: Crete. HEX triplet: 7A, 79 and 33. RGB value is (122,121,51). Sum of RGB (Red+Green+Blue) = 122+121+51=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7933 is #8586CC. Grayscale: #717171. Windows color (decimal): -8750797 or 3373434. OLE color: 3373434.
HSL color Cylindrical-coordinate representation of color #7A7933: hue angle of 59.15º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A7933 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 121 | 51 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.52 |
| HSL | 59.15º | 0.41% | 0.34% | - |
| HSV(B) | 59.15º | 0.58% | 0.48% | - |
| XYZ | 15.46 | 18.05 | 5.8 | - |
| YUV | 113.32 | 92.83 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 51 | 0 | 0.01 | 0.58 | 0.52 | 59.15 | 0.41 | 0.34 |
| Hex | 7A | 79 | 33 | 0 | 1 | 3A | 34 | 3B | 29 | 22 |
| Octal | 172 | 171 | 63 | 0 | 1 | 72 | 64 | 73 | 51 | 42 |
| Binary | 1111010 | 1111001 | 110011 | 0 | 1 | 111010 | 110100 | 111011 | 101001 | 100010 |
Color Harmonies of #7A7933
Complementary color
Monochromatic Colors of #7A7933
Black with #7A7933
Text Example
Text Example
White with #7A7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7933; }
p { color: rgb(122,121,51); }
H1.HeaderClassName
{
color: #7A7933;
}
.AnyTagClassName
{
color: #7A7933;
}
</style>
background-color css
<style>
a { background-color: #7A7933; }
a { background-color: rgb(122,121,51); }
div.DivClassName
{
background-color: #7A7933;
}
.BgClassName
{
background-color: #7A7933;
}
</style>
border-color css
<style>
span { border-color: #7A7933; }
span { border-color: rgb(122,121,51); }
td.TdClassName
{
border-color: #7A7933;
}
.TagClassName
{
border-color: #7A7933;
}
</style>