Shades of Crete #7D753C
Tints of Crete #7D753C
RGB
CMYK
RGB Variations
Color information
#7D753C (or 0x7D753C) is known color: Crete. HEX triplet: 7D, 75 and 3C. RGB value is (125,117,60). Sum of RGB (Red+Green+Blue) = 125+117+60=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 125 - color contains mainly: red. Hex color #7D753C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D753C is #828AC3. Grayscale: #717171. Windows color (decimal): -8555204 or 3962237. OLE color: 3962237.
HSL color Cylindrical-coordinate representation of color #7D753C: hue angle of 52.62º 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 #7D753C is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 117 | 60 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.51 |
| HSL | 52.62º | 0.35% | 0.36% | - |
| HSV(B) | 52.62º | 0.52% | 0.49% | - |
| XYZ | 15.63 | 17.41 | 6.81 | - |
| YUV | 112.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 117 | 60 | 0 | 0.06 | 0.52 | 0.51 | 52.62 | 0.35 | 0.36 |
| Hex | 7D | 75 | 3C | 0 | 6 | 34 | 33 | 35 | 23 | 24 |
| Octal | 175 | 165 | 74 | 0 | 6 | 64 | 63 | 65 | 43 | 44 |
| Binary | 1111101 | 1110101 | 111100 | 0 | 110 | 110100 | 110011 | 110101 | 100011 | 100100 |
Color Harmonies of #7D753C
Complementary color
Monochromatic Colors of #7D753C
Black with #7D753C
Text Example
Text Example
White with #7D753C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D753C; }
p { color: rgb(125,117,60); }
H1.HeaderClassName
{
color: #7D753C;
}
.AnyTagClassName
{
color: #7D753C;
}
</style>
background-color css
<style>
a { background-color: #7D753C; }
a { background-color: rgb(125,117,60); }
div.DivClassName
{
background-color: #7D753C;
}
.BgClassName
{
background-color: #7D753C;
}
</style>
border-color css
<style>
span { border-color: #7D753C; }
span { border-color: rgb(125,117,60); }
td.TdClassName
{
border-color: #7D753C;
}
.TagClassName
{
border-color: #7D753C;
}
</style>