Shades of Crete #796D32
Tints of Crete #796D32
RGB
CMYK
RGB Variations
Color information
#796D32 (or 0x796D32) is known color: Crete. HEX triplet: 79, 6D and 32. RGB value is (121,109,50). Sum of RGB (Red+Green+Blue) = 121+109+50=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 50 (19.92% from 255 or 17.86% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #796D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D32 is #8692CD. Grayscale: #6A6A6A. Windows color (decimal): -8819406 or 3304825. OLE color: 3304825.
HSL color Cylindrical-coordinate representation of color #796D32: hue angle of 49.86º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #796D32 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 109 | 50 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.53 |
| HSL | 49.86º | 0.42% | 0.34% | - |
| HSV(B) | 49.86º | 0.59% | 0.47% | - |
| XYZ | 13.93 | 15.23 | 5.22 | - |
| YUV | 105.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 50 | 0 | 0.10 | 0.59 | 0.53 | 49.86 | 0.42 | 0.34 |
| Hex | 79 | 6D | 32 | 0 | A | 3B | 35 | 32 | 2A | 22 |
| Octal | 171 | 155 | 62 | 0 | 12 | 73 | 65 | 62 | 52 | 42 |
| Binary | 1111001 | 1101101 | 110010 | 0 | 1010 | 111011 | 110101 | 110010 | 101010 | 100010 |
Color Harmonies of #796D32
Complementary color
Monochromatic Colors of #796D32
Black with #796D32
Text Example
Text Example
White with #796D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796D32; }
p { color: rgb(121,109,50); }
H1.HeaderClassName
{
color: #796D32;
}
.AnyTagClassName
{
color: #796D32;
}
</style>
background-color css
<style>
a { background-color: #796D32; }
a { background-color: rgb(121,109,50); }
div.DivClassName
{
background-color: #796D32;
}
.BgClassName
{
background-color: #796D32;
}
</style>
border-color css
<style>
span { border-color: #796D32; }
span { border-color: rgb(121,109,50); }
td.TdClassName
{
border-color: #796D32;
}
.TagClassName
{
border-color: #796D32;
}
</style>