Shades of Crete #7C703A
Tints of Crete #7C703A
RGB
CMYK
RGB Variations
Color information
#7C703A (or 0x7C703A) is known color: Crete. HEX triplet: 7C, 70 and 3A. RGB value is (124,112,58). Sum of RGB (Red+Green+Blue) = 124+112+58=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C703A is #838FC5. Grayscale: #6D6D6D. Windows color (decimal): -8622022 or 3829884. OLE color: 3829884.
HSL color Cylindrical-coordinate representation of color #7C703A: hue angle of 49.09º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C703A is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 112 | 58 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.51 |
| HSL | 49.09º | 0.36% | 0.36% | - |
| HSV(B) | 49.09º | 0.53% | 0.49% | - |
| XYZ | 14.87 | 16.18 | 6.34 | - |
| YUV | 109.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 58 | 0 | 0.10 | 0.53 | 0.51 | 49.09 | 0.36 | 0.36 |
| Hex | 7C | 70 | 3A | 0 | A | 35 | 33 | 31 | 24 | 24 |
| Octal | 174 | 160 | 72 | 0 | 12 | 65 | 63 | 61 | 44 | 44 |
| Binary | 1111100 | 1110000 | 111010 | 0 | 1010 | 110101 | 110011 | 110001 | 100100 | 100100 |
Color Harmonies of #7C703A
Complementary color
Monochromatic Colors of #7C703A
Black with #7C703A
Text Example
Text Example
White with #7C703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C703A; }
p { color: rgb(124,112,58); }
H1.HeaderClassName
{
color: #7C703A;
}
.AnyTagClassName
{
color: #7C703A;
}
</style>
background-color css
<style>
a { background-color: #7C703A; }
a { background-color: rgb(124,112,58); }
div.DivClassName
{
background-color: #7C703A;
}
.BgClassName
{
background-color: #7C703A;
}
</style>
border-color css
<style>
span { border-color: #7C703A; }
span { border-color: rgb(124,112,58); }
td.TdClassName
{
border-color: #7C703A;
}
.TagClassName
{
border-color: #7C703A;
}
</style>