Shades of Crete #7C7638
Tints of Crete #7C7638
RGB
CMYK
RGB Variations
Color information
#7C7638 (or 0x7C7638) is known color: Crete. HEX triplet: 7C, 76 and 38. RGB value is (124,118,56). Sum of RGB (Red+Green+Blue) = 124+118+56=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7638 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C7638 is #8389C7. Grayscale: #707070. Windows color (decimal): -8620488 or 3700348. OLE color: 3700348.
HSL color Cylindrical-coordinate representation of color #7C7638: hue angle of 54.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C7638 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 118 | 56 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.51 |
| HSL | 54.71º | 0.38% | 0.35% | - |
| HSV(B) | 54.71º | 0.55% | 0.49% | - |
| XYZ | 15.5 | 17.53 | 6.31 | - |
| YUV | 112.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 118 | 56 | 0 | 0.05 | 0.55 | 0.51 | 54.71 | 0.38 | 0.35 |
| Hex | 7C | 76 | 38 | 0 | 5 | 37 | 33 | 37 | 26 | 23 |
| Octal | 174 | 166 | 70 | 0 | 5 | 67 | 63 | 67 | 46 | 43 |
| Binary | 1111100 | 1110110 | 111000 | 0 | 101 | 110111 | 110011 | 110111 | 100110 | 100011 |
Color Harmonies of #7C7638
Complementary color
Monochromatic Colors of #7C7638
Black with #7C7638
Text Example
Text Example
White with #7C7638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7638; }
p { color: rgb(124,118,56); }
H1.HeaderClassName
{
color: #7C7638;
}
.AnyTagClassName
{
color: #7C7638;
}
</style>
background-color css
<style>
a { background-color: #7C7638; }
a { background-color: rgb(124,118,56); }
div.DivClassName
{
background-color: #7C7638;
}
.BgClassName
{
background-color: #7C7638;
}
</style>
border-color css
<style>
span { border-color: #7C7638; }
span { border-color: rgb(124,118,56); }
td.TdClassName
{
border-color: #7C7638;
}
.TagClassName
{
border-color: #7C7638;
}
</style>