Shades of Crete #79752B
Tints of Crete #79752B
RGB
CMYK
RGB Variations
Color information
#79752B (or 0x79752B) is known color: Crete. HEX triplet: 79, 75 and 2B. RGB value is (121,117,43). Sum of RGB (Red+Green+Blue) = 121+117+43=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #79752B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79752B is #868AD4. Grayscale: #6E6E6E. Windows color (decimal): -8817365 or 2848121. OLE color: 2848121.
HSL color Cylindrical-coordinate representation of color #79752B: hue angle of 56.92º degrees, saturation: 0.48, 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 #79752B is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 43 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.53 |
| HSL | 56.92º | 0.48% | 0.32% | - |
| HSV(B) | 56.92º | 0.64% | 0.47% | - |
| XYZ | 14.68 | 16.96 | 4.79 | - |
| YUV | 109.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 43 | 0 | 0.03 | 0.64 | 0.53 | 56.92 | 0.48 | 0.32 |
| Hex | 79 | 75 | 2B | 0 | 3 | 40 | 35 | 39 | 30 | 20 |
| Octal | 171 | 165 | 53 | 0 | 3 | 100 | 65 | 71 | 60 | 40 |
| Binary | 1111001 | 1110101 | 101011 | 0 | 11 | 1000000 | 110101 | 111001 | 110000 | 100000 |
Color Harmonies of #79752B
Complementary color
Monochromatic Colors of #79752B
Black with #79752B
Text Example
Text Example
White with #79752B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79752B; }
p { color: rgb(121,117,43); }
H1.HeaderClassName
{
color: #79752B;
}
.AnyTagClassName
{
color: #79752B;
}
</style>
background-color css
<style>
a { background-color: #79752B; }
a { background-color: rgb(121,117,43); }
div.DivClassName
{
background-color: #79752B;
}
.BgClassName
{
background-color: #79752B;
}
</style>
border-color css
<style>
span { border-color: #79752B; }
span { border-color: rgb(121,117,43); }
td.TdClassName
{
border-color: #79752B;
}
.TagClassName
{
border-color: #79752B;
}
</style>