Shades of Crete #7C7639
Tints of Crete #7C7639
RGB
CMYK
RGB Variations
Color information
#7C7639 (or 0x7C7639) is known color: Crete. HEX triplet: 7C, 76 and 39. RGB value is (124,118,57). Sum of RGB (Red+Green+Blue) = 124+118+57=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7639 is #8389C6. Grayscale: #717171. Windows color (decimal): -8620487 or 3765884. OLE color: 3765884.
HSL color Cylindrical-coordinate representation of color #7C7639: hue angle of 54.63º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C7639 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 57 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.51 |
| HSL | 54.63º | 0.37% | 0.35% | - |
| HSV(B) | 54.63º | 0.54% | 0.49% | - |
| XYZ | 15.53 | 17.54 | 6.44 | - |
| YUV | 112.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 57 | 0 | 0.05 | 0.54 | 0.51 | 54.63 | 0.37 | 0.35 |
| Hex | 7C | 76 | 39 | 0 | 5 | 36 | 33 | 37 | 25 | 23 |
| Octal | 174 | 166 | 71 | 0 | 5 | 66 | 63 | 67 | 45 | 43 |
| Binary | 1111100 | 1110110 | 111001 | 0 | 101 | 110110 | 110011 | 110111 | 100101 | 100011 |
Color Harmonies of #7C7639
Complementary color
Monochromatic Colors of #7C7639
Black with #7C7639
Text Example
Text Example
White with #7C7639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7639; }
p { color: rgb(124,118,57); }
H1.HeaderClassName
{
color: #7C7639;
}
.AnyTagClassName
{
color: #7C7639;
}
</style>
background-color css
<style>
a { background-color: #7C7639; }
a { background-color: rgb(124,118,57); }
div.DivClassName
{
background-color: #7C7639;
}
.BgClassName
{
background-color: #7C7639;
}
</style>
border-color css
<style>
span { border-color: #7C7639; }
span { border-color: rgb(124,118,57); }
td.TdClassName
{
border-color: #7C7639;
}
.TagClassName
{
border-color: #7C7639;
}
</style>