Shades of Crete #7C753C
Tints of Crete #7C753C
RGB
CMYK
RGB Variations
Color information
#7C753C (or 0x7C753C) is known color: Crete. HEX triplet: 7C, 75 and 3C. RGB value is (124,117,60). Sum of RGB (Red+Green+Blue) = 124+117+60=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C753C is #838AC3. Grayscale: #707070. Windows color (decimal): -8620740 or 3962236. OLE color: 3962236.
HSL color Cylindrical-coordinate representation of color #7C753C: hue angle of 53.44º 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 #7C753C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 117 | 60 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.51 |
| HSL | 53.44º | 0.35% | 0.36% | - |
| HSV(B) | 53.44º | 0.52% | 0.49% | - |
| XYZ | 15.49 | 17.33 | 6.8 | - |
| YUV | 112.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 60 | 0 | 0.06 | 0.52 | 0.51 | 53.44 | 0.35 | 0.36 |
| Hex | 7C | 75 | 3C | 0 | 6 | 34 | 33 | 35 | 23 | 24 |
| Octal | 174 | 165 | 74 | 0 | 6 | 64 | 63 | 65 | 43 | 44 |
| Binary | 1111100 | 1110101 | 111100 | 0 | 110 | 110100 | 110011 | 110101 | 100011 | 100100 |
Color Harmonies of #7C753C
Complementary color
Monochromatic Colors of #7C753C
Black with #7C753C
Text Example
Text Example
White with #7C753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C753C; }
p { color: rgb(124,117,60); }
H1.HeaderClassName
{
color: #7C753C;
}
.AnyTagClassName
{
color: #7C753C;
}
</style>
background-color css
<style>
a { background-color: #7C753C; }
a { background-color: rgb(124,117,60); }
div.DivClassName
{
background-color: #7C753C;
}
.BgClassName
{
background-color: #7C753C;
}
</style>
border-color css
<style>
span { border-color: #7C753C; }
span { border-color: rgb(124,117,60); }
td.TdClassName
{
border-color: #7C753C;
}
.TagClassName
{
border-color: #7C753C;
}
</style>