Shades of Crete #7D723A
Tints of Crete #7D723A
RGB
CMYK
RGB Variations
Color information
#7D723A (or 0x7D723A) is known color: Crete. HEX triplet: 7D, 72 and 3A. RGB value is (125,114,58). Sum of RGB (Red+Green+Blue) = 125+114+58=297 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.09% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 125 - color contains mainly: red. Hex color #7D723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D723A is #828DC5. Grayscale: #6F6F6F. Windows color (decimal): -8555974 or 3830397. OLE color: 3830397.
HSL color Cylindrical-coordinate representation of color #7D723A: hue angle of 50.15º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D723A is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 114 | 58 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.51 |
| HSL | 50.15º | 0.37% | 0.36% | - |
| HSV(B) | 50.15º | 0.54% | 0.49% | - |
| XYZ | 15.24 | 16.7 | 6.42 | - |
| YUV | 110.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 58 | 0 | 0.09 | 0.54 | 0.51 | 50.15 | 0.37 | 0.36 |
| Hex | 7D | 72 | 3A | 0 | 9 | 36 | 33 | 32 | 25 | 24 |
| Octal | 175 | 162 | 72 | 0 | 11 | 66 | 63 | 62 | 45 | 44 |
| Binary | 1111101 | 1110010 | 111010 | 0 | 1001 | 110110 | 110011 | 110010 | 100101 | 100100 |
Color Harmonies of #7D723A
Complementary color
Monochromatic Colors of #7D723A
Black with #7D723A
Text Example
Text Example
White with #7D723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D723A; }
p { color: rgb(125,114,58); }
H1.HeaderClassName
{
color: #7D723A;
}
.AnyTagClassName
{
color: #7D723A;
}
</style>
background-color css
<style>
a { background-color: #7D723A; }
a { background-color: rgb(125,114,58); }
div.DivClassName
{
background-color: #7D723A;
}
.BgClassName
{
background-color: #7D723A;
}
</style>
border-color css
<style>
span { border-color: #7D723A; }
span { border-color: rgb(125,114,58); }
td.TdClassName
{
border-color: #7D723A;
}
.TagClassName
{
border-color: #7D723A;
}
</style>