Shades of Crete #796F34
Tints of Crete #796F34
RGB
CMYK
RGB Variations
Color information
#796F34 (or 0x796F34) is known color: Crete. HEX triplet: 79, 6F and 34. RGB value is (121,111,52). Sum of RGB (Red+Green+Blue) = 121+111+52=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #796F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F34 is #8690CB. Grayscale: #6B6B6B. Windows color (decimal): -8818892 or 3436409. OLE color: 3436409.
HSL color Cylindrical-coordinate representation of color #796F34: hue angle of 51.3º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #796F34 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 52 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.53 |
| HSL | 51.3º | 0.4% | 0.34% | - |
| HSV(B) | 51.3º | 0.57% | 0.47% | - |
| XYZ | 14.19 | 15.68 | 5.53 | - |
| YUV | 107.26 | 96.81 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 52 | 0 | 0.08 | 0.57 | 0.53 | 51.3 | 0.4 | 0.34 |
| Hex | 79 | 6F | 34 | 0 | 8 | 39 | 35 | 33 | 28 | 22 |
| Octal | 171 | 157 | 64 | 0 | 10 | 71 | 65 | 63 | 50 | 42 |
| Binary | 1111001 | 1101111 | 110100 | 0 | 1000 | 111001 | 110101 | 110011 | 101000 | 100010 |
Color Harmonies of #796F34
Complementary color
Monochromatic Colors of #796F34
Black with #796F34
Text Example
Text Example
White with #796F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F34; }
p { color: rgb(121,111,52); }
H1.HeaderClassName
{
color: #796F34;
}
.AnyTagClassName
{
color: #796F34;
}
</style>
background-color css
<style>
a { background-color: #796F34; }
a { background-color: rgb(121,111,52); }
div.DivClassName
{
background-color: #796F34;
}
.BgClassName
{
background-color: #796F34;
}
</style>
border-color css
<style>
span { border-color: #796F34; }
span { border-color: rgb(121,111,52); }
td.TdClassName
{
border-color: #796F34;
}
.TagClassName
{
border-color: #796F34;
}
</style>