Shades of Crete #7C7A34
Tints of Crete #7C7A34
RGB
CMYK
RGB Variations
Color information
#7C7A34 (or 0x7C7A34) is known color: Crete. HEX triplet: 7C, 7A and 34. RGB value is (124,122,52). Sum of RGB (Red+Green+Blue) = 124+122+52=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7A34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7A34 is #8385CB. Grayscale: #727272. Windows color (decimal): -8619468 or 3439228. OLE color: 3439228.
HSL color Cylindrical-coordinate representation of color #7C7A34: hue angle of 58.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C7A34 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 122 | 52 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.51 |
| HSL | 58.33º | 0.41% | 0.35% | - |
| HSV(B) | 58.33º | 0.58% | 0.49% | - |
| XYZ | 15.89 | 18.45 | 5.97 | - |
| YUV | 114.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 122 | 52 | 0 | 0.02 | 0.58 | 0.51 | 58.33 | 0.41 | 0.35 |
| Hex | 7C | 7A | 34 | 0 | 2 | 3A | 33 | 3A | 29 | 23 |
| Octal | 174 | 172 | 64 | 0 | 2 | 72 | 63 | 72 | 51 | 43 |
| Binary | 1111100 | 1111010 | 110100 | 0 | 10 | 111010 | 110011 | 111010 | 101001 | 100011 |
Color Harmonies of #7C7A34
Complementary color
Monochromatic Colors of #7C7A34
Black with #7C7A34
Text Example
Text Example
White with #7C7A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7A34; }
p { color: rgb(124,122,52); }
H1.HeaderClassName
{
color: #7C7A34;
}
.AnyTagClassName
{
color: #7C7A34;
}
</style>
background-color css
<style>
a { background-color: #7C7A34; }
a { background-color: rgb(124,122,52); }
div.DivClassName
{
background-color: #7C7A34;
}
.BgClassName
{
background-color: #7C7A34;
}
</style>
border-color css
<style>
span { border-color: #7C7A34; }
span { border-color: rgb(124,122,52); }
td.TdClassName
{
border-color: #7C7A34;
}
.TagClassName
{
border-color: #7C7A34;
}
</style>