Shades of Crete #79752C
Tints of Crete #79752C
RGB
CMYK
RGB Variations
Color information
#79752C (or 0x79752C) is known color: Crete. HEX triplet: 79, 75 and 2C. RGB value is (121,117,44). Sum of RGB (Red+Green+Blue) = 121+117+44=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79752C is #868AD3. Grayscale: #6E6E6E. Windows color (decimal): -8817364 or 2913657. OLE color: 2913657.
HSL color Cylindrical-coordinate representation of color #79752C: hue angle of 56.88º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79752C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 44 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.53 |
| HSL | 56.88º | 0.47% | 0.32% | - |
| HSV(B) | 56.88º | 0.64% | 0.47% | - |
| XYZ | 14.7 | 16.97 | 4.88 | - |
| YUV | 109.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 44 | 0 | 0.03 | 0.64 | 0.53 | 56.88 | 0.47 | 0.32 |
| Hex | 79 | 75 | 2C | 0 | 3 | 40 | 35 | 39 | 2F | 20 |
| Octal | 171 | 165 | 54 | 0 | 3 | 100 | 65 | 71 | 57 | 40 |
| Binary | 1111001 | 1110101 | 101100 | 0 | 11 | 1000000 | 110101 | 111001 | 101111 | 100000 |
Color Harmonies of #79752C
Complementary color
Monochromatic Colors of #79752C
Black with #79752C
Text Example
Text Example
White with #79752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79752C; }
p { color: rgb(121,117,44); }
H1.HeaderClassName
{
color: #79752C;
}
.AnyTagClassName
{
color: #79752C;
}
</style>
background-color css
<style>
a { background-color: #79752C; }
a { background-color: rgb(121,117,44); }
div.DivClassName
{
background-color: #79752C;
}
.BgClassName
{
background-color: #79752C;
}
</style>
border-color css
<style>
span { border-color: #79752C; }
span { border-color: rgb(121,117,44); }
td.TdClassName
{
border-color: #79752C;
}
.TagClassName
{
border-color: #79752C;
}
</style>