Shades of Crete #796F37
Tints of Crete #796F37
RGB
CMYK
RGB Variations
Color information
#796F37 (or 0x796F37) is known color: Crete. HEX triplet: 79, 6F and 37. RGB value is (121,111,55). Sum of RGB (Red+Green+Blue) = 121+111+55=287 (38% of max value = 765). Red value is 121 (47.66% from 255 or 42.16% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 121 - color contains mainly: red. Hex color #796F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F37 is #8690C8. Grayscale: #6B6B6B. Windows color (decimal): -8818889 or 3633017. OLE color: 3633017.
HSL color Cylindrical-coordinate representation of color #796F37: hue angle of 50.91º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796F37 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 55 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.53 |
| HSL | 50.91º | 0.38% | 0.35% | - |
| HSV(B) | 50.91º | 0.55% | 0.47% | - |
| XYZ | 14.26 | 15.71 | 5.9 | - |
| YUV | 107.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 55 | 0 | 0.08 | 0.55 | 0.53 | 50.91 | 0.38 | 0.35 |
| Hex | 79 | 6F | 37 | 0 | 8 | 37 | 35 | 33 | 26 | 23 |
| Octal | 171 | 157 | 67 | 0 | 10 | 67 | 65 | 63 | 46 | 43 |
| Binary | 1111001 | 1101111 | 110111 | 0 | 1000 | 110111 | 110101 | 110011 | 100110 | 100011 |
Color Harmonies of #796F37
Complementary color
Monochromatic Colors of #796F37
Black with #796F37
Text Example
Text Example
White with #796F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F37; }
p { color: rgb(121,111,55); }
H1.HeaderClassName
{
color: #796F37;
}
.AnyTagClassName
{
color: #796F37;
}
</style>
background-color css
<style>
a { background-color: #796F37; }
a { background-color: rgb(121,111,55); }
div.DivClassName
{
background-color: #796F37;
}
.BgClassName
{
background-color: #796F37;
}
</style>
border-color css
<style>
span { border-color: #796F37; }
span { border-color: rgb(121,111,55); }
td.TdClassName
{
border-color: #796F37;
}
.TagClassName
{
border-color: #796F37;
}
</style>