Shades of Crete #7E793D
Tints of Crete #7E793D
RGB
CMYK
RGB Variations
Color information
#7E793D (or 0x7E793D) is known color: Crete. HEX triplet: 7E, 79 and 3D. RGB value is (126,121,61). Sum of RGB (Red+Green+Blue) = 126+121+61=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 126 - color contains mainly: red. Hex color #7E793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E793D is #8186C2. Grayscale: #737373. Windows color (decimal): -8488643 or 4028798. OLE color: 4028798.
HSL color Cylindrical-coordinate representation of color #7E793D: hue angle of 55.38º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E793D is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 121 | 61 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.51 |
| HSL | 55.38º | 0.35% | 0.37% | - |
| HSV(B) | 55.38º | 0.52% | 0.49% | - |
| XYZ | 16.28 | 18.45 | 7.12 | - |
| YUV | 115.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 121 | 61 | 0 | 0.04 | 0.52 | 0.51 | 55.38 | 0.35 | 0.37 |
| Hex | 7E | 79 | 3D | 0 | 4 | 34 | 33 | 37 | 23 | 25 |
| Octal | 176 | 171 | 75 | 0 | 4 | 64 | 63 | 67 | 43 | 45 |
| Binary | 1111110 | 1111001 | 111101 | 0 | 100 | 110100 | 110011 | 110111 | 100011 | 100101 |
Color Harmonies of #7E793D
Complementary color
Monochromatic Colors of #7E793D
Black with #7E793D
Text Example
Text Example
White with #7E793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E793D; }
p { color: rgb(126,121,61); }
H1.HeaderClassName
{
color: #7E793D;
}
.AnyTagClassName
{
color: #7E793D;
}
</style>
background-color css
<style>
a { background-color: #7E793D; }
a { background-color: rgb(126,121,61); }
div.DivClassName
{
background-color: #7E793D;
}
.BgClassName
{
background-color: #7E793D;
}
</style>
border-color css
<style>
span { border-color: #7E793D; }
span { border-color: rgb(126,121,61); }
td.TdClassName
{
border-color: #7E793D;
}
.TagClassName
{
border-color: #7E793D;
}
</style>