Shades of Crete #7C7734
Tints of Crete #7C7734
RGB
CMYK
RGB Variations
Color information
#7C7734 (or 0x7C7734) is known color: Crete. HEX triplet: 7C, 77 and 34. RGB value is (124,119,52). Sum of RGB (Red+Green+Blue) = 124+119+52=295 (39% of max value = 765). Red value is 124 (48.83% from 255 or 42.03% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7734 is #8388CB. Grayscale: #717171. Windows color (decimal): -8620236 or 3438460. OLE color: 3438460.
HSL color Cylindrical-coordinate representation of color #7C7734: hue angle of 55.83º 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 #7C7734 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 119 | 52 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.51 |
| HSL | 55.83º | 0.41% | 0.35% | - |
| HSV(B) | 55.83º | 0.58% | 0.49% | - |
| XYZ | 15.53 | 17.73 | 5.85 | - |
| YUV | 112.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 119 | 52 | 0 | 0.04 | 0.58 | 0.51 | 55.83 | 0.41 | 0.35 |
| Hex | 7C | 77 | 34 | 0 | 4 | 3A | 33 | 38 | 29 | 23 |
| Octal | 174 | 167 | 64 | 0 | 4 | 72 | 63 | 70 | 51 | 43 |
| Binary | 1111100 | 1110111 | 110100 | 0 | 100 | 111010 | 110011 | 111000 | 101001 | 100011 |
Color Harmonies of #7C7734
Complementary color
Monochromatic Colors of #7C7734
Black with #7C7734
Text Example
Text Example
White with #7C7734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7734; }
p { color: rgb(124,119,52); }
H1.HeaderClassName
{
color: #7C7734;
}
.AnyTagClassName
{
color: #7C7734;
}
</style>
background-color css
<style>
a { background-color: #7C7734; }
a { background-color: rgb(124,119,52); }
div.DivClassName
{
background-color: #7C7734;
}
.BgClassName
{
background-color: #7C7734;
}
</style>
border-color css
<style>
span { border-color: #7C7734; }
span { border-color: rgb(124,119,52); }
td.TdClassName
{
border-color: #7C7734;
}
.TagClassName
{
border-color: #7C7734;
}
</style>