Shades of Crete #796F33
Tints of Crete #796F33
RGB
CMYK
RGB Variations
Color information
#796F33 (or 0x796F33) is known color: Crete. HEX triplet: 79, 6F and 33. RGB value is (121,111,51). Sum of RGB (Red+Green+Blue) = 121+111+51=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #796F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F33 is #8690CC. Grayscale: #6B6B6B. Windows color (decimal): -8818893 or 3370873. OLE color: 3370873.
HSL color Cylindrical-coordinate representation of color #796F33: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #796F33 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 51 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.53 |
| HSL | 51.43º | 0.41% | 0.34% | - |
| HSV(B) | 51.43º | 0.58% | 0.47% | - |
| XYZ | 14.17 | 15.67 | 5.41 | - |
| YUV | 107.15 | 96.31 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 51 | 0 | 0.08 | 0.58 | 0.53 | 51.43 | 0.41 | 0.34 |
| Hex | 79 | 6F | 33 | 0 | 8 | 3A | 35 | 33 | 29 | 22 |
| Octal | 171 | 157 | 63 | 0 | 10 | 72 | 65 | 63 | 51 | 42 |
| Binary | 1111001 | 1101111 | 110011 | 0 | 1000 | 111010 | 110101 | 110011 | 101001 | 100010 |
Color Harmonies of #796F33
Complementary color
Monochromatic Colors of #796F33
Black with #796F33
Text Example
Text Example
White with #796F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F33; }
p { color: rgb(121,111,51); }
H1.HeaderClassName
{
color: #796F33;
}
.AnyTagClassName
{
color: #796F33;
}
</style>
background-color css
<style>
a { background-color: #796F33; }
a { background-color: rgb(121,111,51); }
div.DivClassName
{
background-color: #796F33;
}
.BgClassName
{
background-color: #796F33;
}
</style>
border-color css
<style>
span { border-color: #796F33; }
span { border-color: rgb(121,111,51); }
td.TdClassName
{
border-color: #796F33;
}
.TagClassName
{
border-color: #796F33;
}
</style>