Shades of Crete #79752D
Tints of Crete #79752D
RGB
CMYK
RGB Variations
Color information
#79752D (or 0x79752D) is known color: Crete. HEX triplet: 79, 75 and 2D. RGB value is (121,117,45). Sum of RGB (Red+Green+Blue) = 121+117+45=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 121 - color contains mainly: red. Hex color #79752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79752D is #868AD2. Grayscale: #6E6E6E. Windows color (decimal): -8817363 or 2979193. OLE color: 2979193.
HSL color Cylindrical-coordinate representation of color #79752D: hue angle of 56.84º 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 #79752D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 117 | 45 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.53 |
| HSL | 56.84º | 0.46% | 0.33% | - |
| HSV(B) | 56.84º | 0.63% | 0.47% | - |
| XYZ | 14.72 | 16.98 | 4.98 | - |
| YUV | 109.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 117 | 45 | 0 | 0.03 | 0.63 | 0.53 | 56.84 | 0.46 | 0.33 |
| Hex | 79 | 75 | 2D | 0 | 3 | 3F | 35 | 39 | 2E | 21 |
| Octal | 171 | 165 | 55 | 0 | 3 | 77 | 65 | 71 | 56 | 41 |
| Binary | 1111001 | 1110101 | 101101 | 0 | 11 | 111111 | 110101 | 111001 | 101110 | 100001 |
Color Harmonies of #79752D
Complementary color
Monochromatic Colors of #79752D
Black with #79752D
Text Example
Text Example
White with #79752D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79752D; }
p { color: rgb(121,117,45); }
H1.HeaderClassName
{
color: #79752D;
}
.AnyTagClassName
{
color: #79752D;
}
</style>
background-color css
<style>
a { background-color: #79752D; }
a { background-color: rgb(121,117,45); }
div.DivClassName
{
background-color: #79752D;
}
.BgClassName
{
background-color: #79752D;
}
</style>
border-color css
<style>
span { border-color: #79752D; }
span { border-color: rgb(121,117,45); }
td.TdClassName
{
border-color: #79752D;
}
.TagClassName
{
border-color: #79752D;
}
</style>