Shades of Crete #79742D
Tints of Crete #79742D
RGB
CMYK
RGB Variations
Color information
#79742D (or 0x79742D) is known color: Crete. HEX triplet: 79, 74 and 2D. RGB value is (121,116,45). Sum of RGB (Red+Green+Blue) = 121+116+45=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #79742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79742D is #868BD2. Grayscale: #6D6D6D. Windows color (decimal): -8817619 or 2978937. OLE color: 2978937.
HSL color Cylindrical-coordinate representation of color #79742D: hue angle of 56.05º 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 #79742D is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 116 | 45 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.53 |
| HSL | 56.05º | 0.46% | 0.33% | - |
| HSV(B) | 56.05º | 0.63% | 0.47% | - |
| XYZ | 14.6 | 16.75 | 4.95 | - |
| YUV | 109.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 116 | 45 | 0 | 0.04 | 0.63 | 0.53 | 56.05 | 0.46 | 0.33 |
| Hex | 79 | 74 | 2D | 0 | 4 | 3F | 35 | 38 | 2E | 21 |
| Octal | 171 | 164 | 55 | 0 | 4 | 77 | 65 | 70 | 56 | 41 |
| Binary | 1111001 | 1110100 | 101101 | 0 | 100 | 111111 | 110101 | 111000 | 101110 | 100001 |
Color Harmonies of #79742D
Complementary color
Monochromatic Colors of #79742D
Black with #79742D
Text Example
Text Example
White with #79742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79742D; }
p { color: rgb(121,116,45); }
H1.HeaderClassName
{
color: #79742D;
}
.AnyTagClassName
{
color: #79742D;
}
</style>
background-color css
<style>
a { background-color: #79742D; }
a { background-color: rgb(121,116,45); }
div.DivClassName
{
background-color: #79742D;
}
.BgClassName
{
background-color: #79742D;
}
</style>
border-color css
<style>
span { border-color: #79742D; }
span { border-color: rgb(121,116,45); }
td.TdClassName
{
border-color: #79742D;
}
.TagClassName
{
border-color: #79742D;
}
</style>