Shades of Crete #7A723A
Tints of Crete #7A723A
RGB
CMYK
RGB Variations
Color information
#7A723A (or 0x7A723A) is known color: Crete. HEX triplet: 7A, 72 and 3A. RGB value is (122,114,58). Sum of RGB (Red+Green+Blue) = 122+114+58=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A723A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A723A is #858DC5. Grayscale: #6E6E6E. Windows color (decimal): -8752582 or 3830394. OLE color: 3830394.
HSL color Cylindrical-coordinate representation of color #7A723A: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A723A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 58 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.52 |
| HSL | 52.5º | 0.36% | 0.35% | - |
| HSV(B) | 52.5º | 0.52% | 0.48% | - |
| XYZ | 14.81 | 16.48 | 6.4 | - |
| YUV | 110.01 | 98.65 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 58 | 0 | 0.07 | 0.52 | 0.52 | 52.5 | 0.36 | 0.35 |
| Hex | 7A | 72 | 3A | 0 | 7 | 34 | 34 | 34 | 24 | 23 |
| Octal | 172 | 162 | 72 | 0 | 7 | 64 | 64 | 64 | 44 | 43 |
| Binary | 1111010 | 1110010 | 111010 | 0 | 111 | 110100 | 110100 | 110100 | 100100 | 100011 |
Color Harmonies of #7A723A
Complementary color
Monochromatic Colors of #7A723A
Black with #7A723A
Text Example
Text Example
White with #7A723A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A723A; }
p { color: rgb(122,114,58); }
H1.HeaderClassName
{
color: #7A723A;
}
.AnyTagClassName
{
color: #7A723A;
}
</style>
background-color css
<style>
a { background-color: #7A723A; }
a { background-color: rgb(122,114,58); }
div.DivClassName
{
background-color: #7A723A;
}
.BgClassName
{
background-color: #7A723A;
}
</style>
border-color css
<style>
span { border-color: #7A723A; }
span { border-color: rgb(122,114,58); }
td.TdClassName
{
border-color: #7A723A;
}
.TagClassName
{
border-color: #7A723A;
}
</style>