Shades of Crete #79762D
Tints of Crete #79762D
RGB
CMYK
RGB Variations
Color information
#79762D (or 0x79762D) is known color: Crete. HEX triplet: 79, 76 and 2D. RGB value is (121,118,45). Sum of RGB (Red+Green+Blue) = 121+118+45=284 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.61% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 121 - color contains mainly: red. Hex color #79762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79762D is #8689D2. Grayscale: #6E6E6E. Windows color (decimal): -8817107 or 2979449. OLE color: 2979449.
HSL color Cylindrical-coordinate representation of color #79762D: hue angle of 57.63º 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 #79762D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 45 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.53 |
| HSL | 57.63º | 0.46% | 0.33% | - |
| HSV(B) | 57.63º | 0.63% | 0.47% | - |
| XYZ | 14.84 | 17.21 | 5.02 | - |
| YUV | 110.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 45 | 0 | 0.02 | 0.63 | 0.53 | 57.63 | 0.46 | 0.33 |
| Hex | 79 | 76 | 2D | 0 | 2 | 3F | 35 | 3A | 2E | 21 |
| Octal | 171 | 166 | 55 | 0 | 2 | 77 | 65 | 72 | 56 | 41 |
| Binary | 1111001 | 1110110 | 101101 | 0 | 10 | 111111 | 110101 | 111010 | 101110 | 100001 |
Color Harmonies of #79762D
Complementary color
Monochromatic Colors of #79762D
Black with #79762D
Text Example
Text Example
White with #79762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79762D; }
p { color: rgb(121,118,45); }
H1.HeaderClassName
{
color: #79762D;
}
.AnyTagClassName
{
color: #79762D;
}
</style>
background-color css
<style>
a { background-color: #79762D; }
a { background-color: rgb(121,118,45); }
div.DivClassName
{
background-color: #79762D;
}
.BgClassName
{
background-color: #79762D;
}
</style>
border-color css
<style>
span { border-color: #79762D; }
span { border-color: rgb(121,118,45); }
td.TdClassName
{
border-color: #79762D;
}
.TagClassName
{
border-color: #79762D;
}
</style>