Shades of Crete #796C2F
Tints of Crete #796C2F
RGB
CMYK
RGB Variations
Color information
#796C2F (or 0x796C2F) is known color: Crete. HEX triplet: 79, 6C and 2F. RGB value is (121,108,47). Sum of RGB (Red+Green+Blue) = 121+108+47=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 47 (18.75% from 255 or 17.03% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #796C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796C2F is #8693D0. Grayscale: #696969. Windows color (decimal): -8819665 or 3107961. OLE color: 3107961.
HSL color Cylindrical-coordinate representation of color #796C2F: hue angle of 49.46º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #796C2F is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 108 | 47 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.53 |
| HSL | 49.46º | 0.44% | 0.33% | - |
| HSV(B) | 49.46º | 0.61% | 0.47% | - |
| XYZ | 13.76 | 15 | 4.86 | - |
| YUV | 104.93 | 95.31 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 47 | 0 | 0.11 | 0.61 | 0.53 | 49.46 | 0.44 | 0.33 |
| Hex | 79 | 6C | 2F | 0 | B | 3D | 35 | 31 | 2C | 21 |
| Octal | 171 | 154 | 57 | 0 | 13 | 75 | 65 | 61 | 54 | 41 |
| Binary | 1111001 | 1101100 | 101111 | 0 | 1011 | 111101 | 110101 | 110001 | 101100 | 100001 |
Color Harmonies of #796C2F
Complementary color
Monochromatic Colors of #796C2F
Black with #796C2F
Text Example
Text Example
White with #796C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796C2F; }
p { color: rgb(121,108,47); }
H1.HeaderClassName
{
color: #796C2F;
}
.AnyTagClassName
{
color: #796C2F;
}
</style>
background-color css
<style>
a { background-color: #796C2F; }
a { background-color: rgb(121,108,47); }
div.DivClassName
{
background-color: #796C2F;
}
.BgClassName
{
background-color: #796C2F;
}
</style>
border-color css
<style>
span { border-color: #796C2F; }
span { border-color: rgb(121,108,47); }
td.TdClassName
{
border-color: #796C2F;
}
.TagClassName
{
border-color: #796C2F;
}
</style>