Shades of Crete #796F2D
Tints of Crete #796F2D
RGB
CMYK
RGB Variations
Color information
#796F2D (or 0x796F2D) is known color: Crete. HEX triplet: 79, 6F and 2D. RGB value is (121,111,45). Sum of RGB (Red+Green+Blue) = 121+111+45=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #796F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796F2D is #8690D2. Grayscale: #6A6A6A. Windows color (decimal): -8818899 or 2977657. OLE color: 2977657.
HSL color Cylindrical-coordinate representation of color #796F2D: hue angle of 52.11º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #796F2D is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 111 | 45 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.53 |
| HSL | 52.11º | 0.46% | 0.33% | - |
| HSV(B) | 52.11º | 0.63% | 0.47% | - |
| XYZ | 14.04 | 15.62 | 4.76 | - |
| YUV | 106.47 | 93.31 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 45 | 0 | 0.08 | 0.63 | 0.53 | 52.11 | 0.46 | 0.33 |
| Hex | 79 | 6F | 2D | 0 | 8 | 3F | 35 | 34 | 2E | 21 |
| Octal | 171 | 157 | 55 | 0 | 10 | 77 | 65 | 64 | 56 | 41 |
| Binary | 1111001 | 1101111 | 101101 | 0 | 1000 | 111111 | 110101 | 110100 | 101110 | 100001 |
Color Harmonies of #796F2D
Complementary color
Monochromatic Colors of #796F2D
Black with #796F2D
Text Example
Text Example
White with #796F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796F2D; }
p { color: rgb(121,111,45); }
H1.HeaderClassName
{
color: #796F2D;
}
.AnyTagClassName
{
color: #796F2D;
}
</style>
background-color css
<style>
a { background-color: #796F2D; }
a { background-color: rgb(121,111,45); }
div.DivClassName
{
background-color: #796F2D;
}
.BgClassName
{
background-color: #796F2D;
}
</style>
border-color css
<style>
span { border-color: #796F2D; }
span { border-color: rgb(121,111,45); }
td.TdClassName
{
border-color: #796F2D;
}
.TagClassName
{
border-color: #796F2D;
}
</style>