Shades of Crete #7D793C
Tints of Crete #7D793C
RGB
CMYK
RGB Variations
Color information
#7D793C (or 0x7D793C) is known color: Crete. HEX triplet: 7D, 79 and 3C. RGB value is (125,121,60). Sum of RGB (Red+Green+Blue) = 125+121+60=306 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.85% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 125 - color contains mainly: red. Hex color #7D793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D793C is #8286C3. Grayscale: #737373. Windows color (decimal): -8554180 or 3963261. OLE color: 3963261.
HSL color Cylindrical-coordinate representation of color #7D793C: hue angle of 56.31º 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 #7D793C is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 60 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.51 |
| HSL | 56.31º | 0.35% | 0.36% | - |
| HSV(B) | 56.31º | 0.52% | 0.49% | - |
| XYZ | 16.11 | 18.36 | 6.97 | - |
| YUV | 115.24 | 96.83 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 60 | 0 | 0.03 | 0.52 | 0.51 | 56.31 | 0.35 | 0.36 |
| Hex | 7D | 79 | 3C | 0 | 3 | 34 | 33 | 38 | 23 | 24 |
| Octal | 175 | 171 | 74 | 0 | 3 | 64 | 63 | 70 | 43 | 44 |
| Binary | 1111101 | 1111001 | 111100 | 0 | 11 | 110100 | 110011 | 111000 | 100011 | 100100 |
Color Harmonies of #7D793C
Complementary color
Monochromatic Colors of #7D793C
Black with #7D793C
Text Example
Text Example
White with #7D793C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D793C; }
p { color: rgb(125,121,60); }
H1.HeaderClassName
{
color: #7D793C;
}
.AnyTagClassName
{
color: #7D793C;
}
</style>
background-color css
<style>
a { background-color: #7D793C; }
a { background-color: rgb(125,121,60); }
div.DivClassName
{
background-color: #7D793C;
}
.BgClassName
{
background-color: #7D793C;
}
</style>
border-color css
<style>
span { border-color: #7D793C; }
span { border-color: rgb(125,121,60); }
td.TdClassName
{
border-color: #7D793C;
}
.TagClassName
{
border-color: #7D793C;
}
</style>