Shades of Crete #7C793D
Tints of Crete #7C793D
RGB
CMYK
RGB Variations
Color information
#7C793D (or 0x7C793D) is known color: Crete. HEX triplet: 7C, 79 and 3D. RGB value is (124,121,61). Sum of RGB (Red+Green+Blue) = 124+121+61=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C793D is #8386C2. Grayscale: #737373. Windows color (decimal): -8619715 or 4028796. OLE color: 4028796.
HSL color Cylindrical-coordinate representation of color #7C793D: hue angle of 57.14º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C793D is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 61 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.51 |
| HSL | 57.14º | 0.34% | 0.36% | - |
| HSV(B) | 57.14º | 0.51% | 0.49% | - |
| XYZ | 15.99 | 18.3 | 7.1 | - |
| YUV | 115.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 61 | 0 | 0.02 | 0.51 | 0.51 | 57.14 | 0.34 | 0.36 |
| Hex | 7C | 79 | 3D | 0 | 2 | 33 | 33 | 39 | 22 | 24 |
| Octal | 174 | 171 | 75 | 0 | 2 | 63 | 63 | 71 | 42 | 44 |
| Binary | 1111100 | 1111001 | 111101 | 0 | 10 | 110011 | 110011 | 111001 | 100010 | 100100 |
Color Harmonies of #7C793D
Complementary color
Monochromatic Colors of #7C793D
Black with #7C793D
Text Example
Text Example
White with #7C793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C793D; }
p { color: rgb(124,121,61); }
H1.HeaderClassName
{
color: #7C793D;
}
.AnyTagClassName
{
color: #7C793D;
}
</style>
background-color css
<style>
a { background-color: #7C793D; }
a { background-color: rgb(124,121,61); }
div.DivClassName
{
background-color: #7C793D;
}
.BgClassName
{
background-color: #7C793D;
}
</style>
border-color css
<style>
span { border-color: #7C793D; }
span { border-color: rgb(124,121,61); }
td.TdClassName
{
border-color: #7C793D;
}
.TagClassName
{
border-color: #7C793D;
}
</style>