Shades of Crete #797C3A
Tints of Crete #797C3A
RGB
CMYK
RGB Variations
Color information
#797C3A (or 0x797C3A) is known color: Crete. HEX triplet: 79, 7C and 3A. RGB value is (121,124,58). Sum of RGB (Red+Green+Blue) = 121+124+58=303 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.93% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #797C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #797C3A is #8683C5. Grayscale: #737373. Windows color (decimal): -8815558 or 3832953. OLE color: 3832953.
HSL color Cylindrical-coordinate representation of color #797C3A: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #797C3A is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 121 | 124 | 58 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.51 |
| HSL | 62.73º | 0.36% | 0.36% | - |
| HSV(B) | 62.73º | 0.53% | 0.49% | - |
| XYZ | 15.86 | 18.79 | 6.79 | - |
| YUV | 115.58 | 95.51 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 58 | 0.02 | 0 | 0.53 | 0.51 | 62.73 | 0.36 | 0.36 |
| Hex | 79 | 7C | 3A | 2 | 0 | 35 | 33 | 3F | 24 | 24 |
| Octal | 171 | 174 | 72 | 2 | 0 | 65 | 63 | 77 | 44 | 44 |
| Binary | 1111001 | 1111100 | 111010 | 10 | 0 | 110101 | 110011 | 111111 | 100100 | 100100 |
Color Harmonies of #797C3A
Complementary color
Monochromatic Colors of #797C3A
Black with #797C3A
Text Example
Text Example
White with #797C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797C3A; }
p { color: rgb(121,124,58); }
H1.HeaderClassName
{
color: #797C3A;
}
.AnyTagClassName
{
color: #797C3A;
}
</style>
background-color css
<style>
a { background-color: #797C3A; }
a { background-color: rgb(121,124,58); }
div.DivClassName
{
background-color: #797C3A;
}
.BgClassName
{
background-color: #797C3A;
}
</style>
border-color css
<style>
span { border-color: #797C3A; }
span { border-color: rgb(121,124,58); }
td.TdClassName
{
border-color: #797C3A;
}
.TagClassName
{
border-color: #797C3A;
}
</style>