Shades of Crete #7C793C
Tints of Crete #7C793C
RGB
CMYK
RGB Variations
Color information
#7C793C (or 0x7C793C) is known color: Crete. HEX triplet: 7C, 79 and 3C. RGB value is (124,121,60). Sum of RGB (Red+Green+Blue) = 124+121+60=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 124 - color contains mainly: red. Hex color #7C793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C793C is #8386C3. Grayscale: #737373. Windows color (decimal): -8619716 or 3963260. OLE color: 3963260.
HSL color Cylindrical-coordinate representation of color #7C793C: hue angle of 57.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C793C is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 121 | 60 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.51 |
| HSL | 57.19º | 0.35% | 0.36% | - |
| HSV(B) | 57.19º | 0.52% | 0.49% | - |
| XYZ | 15.97 | 18.29 | 6.96 | - |
| YUV | 114.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 121 | 60 | 0 | 0.02 | 0.52 | 0.51 | 57.19 | 0.35 | 0.36 |
| Hex | 7C | 79 | 3C | 0 | 2 | 34 | 33 | 39 | 23 | 24 |
| Octal | 174 | 171 | 74 | 0 | 2 | 64 | 63 | 71 | 43 | 44 |
| Binary | 1111100 | 1111001 | 111100 | 0 | 10 | 110100 | 110011 | 111001 | 100011 | 100100 |
Color Harmonies of #7C793C
Complementary color
Monochromatic Colors of #7C793C
Black with #7C793C
Text Example
Text Example
White with #7C793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C793C; }
p { color: rgb(124,121,60); }
H1.HeaderClassName
{
color: #7C793C;
}
.AnyTagClassName
{
color: #7C793C;
}
</style>
background-color css
<style>
a { background-color: #7C793C; }
a { background-color: rgb(124,121,60); }
div.DivClassName
{
background-color: #7C793C;
}
.BgClassName
{
background-color: #7C793C;
}
</style>
border-color css
<style>
span { border-color: #7C793C; }
span { border-color: rgb(124,121,60); }
td.TdClassName
{
border-color: #7C793C;
}
.TagClassName
{
border-color: #7C793C;
}
</style>