Shades of Crete #7C733C
Tints of Crete #7C733C
RGB
CMYK
RGB Variations
Color information
#7C733C (or 0x7C733C) is known color: Crete. HEX triplet: 7C, 73 and 3C. RGB value is (124,115,60). Sum of RGB (Red+Green+Blue) = 124+115+60=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 124 - color contains mainly: red. Hex color #7C733C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C733C is #838CC3. Grayscale: #6F6F6F. Windows color (decimal): -8621252 or 3961724. OLE color: 3961724.
HSL color Cylindrical-coordinate representation of color #7C733C: hue angle of 51.56º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7C733C is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 115 | 60 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.51 |
| HSL | 51.56º | 0.35% | 0.36% | - |
| HSV(B) | 51.56º | 0.52% | 0.49% | - |
| XYZ | 15.26 | 16.87 | 6.73 | - |
| YUV | 111.42 | 98.98 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 60 | 0 | 0.07 | 0.52 | 0.51 | 51.56 | 0.35 | 0.36 |
| Hex | 7C | 73 | 3C | 0 | 7 | 34 | 33 | 34 | 23 | 24 |
| Octal | 174 | 163 | 74 | 0 | 7 | 64 | 63 | 64 | 43 | 44 |
| Binary | 1111100 | 1110011 | 111100 | 0 | 111 | 110100 | 110011 | 110100 | 100011 | 100100 |
Color Harmonies of #7C733C
Complementary color
Monochromatic Colors of #7C733C
Black with #7C733C
Text Example
Text Example
White with #7C733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C733C; }
p { color: rgb(124,115,60); }
H1.HeaderClassName
{
color: #7C733C;
}
.AnyTagClassName
{
color: #7C733C;
}
</style>
background-color css
<style>
a { background-color: #7C733C; }
a { background-color: rgb(124,115,60); }
div.DivClassName
{
background-color: #7C733C;
}
.BgClassName
{
background-color: #7C733C;
}
</style>
border-color css
<style>
span { border-color: #7C733C; }
span { border-color: rgb(124,115,60); }
td.TdClassName
{
border-color: #7C733C;
}
.TagClassName
{
border-color: #7C733C;
}
</style>