Shades of Crete #79763F
Tints of Crete #79763F
RGB
CMYK
RGB Variations
Color information
#79763F (or 0x79763F) is known color: Crete. HEX triplet: 79, 76 and 3F. RGB value is (121,118,63). Sum of RGB (Red+Green+Blue) = 121+118+63=302 (40% of max value = 765). Red value is 121 (47.66% from 255 or 40.07% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 121 - color contains mainly: red. Hex color #79763F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79763F is #8689C0. Grayscale: #707070. Windows color (decimal): -8817089 or 4159097. OLE color: 4159097.
HSL color Cylindrical-coordinate representation of color #79763F: hue angle of 56.9º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79763F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 63 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.53 |
| HSL | 56.9º | 0.32% | 0.36% | - |
| HSV(B) | 56.9º | 0.48% | 0.47% | - |
| XYZ | 15.26 | 17.38 | 7.25 | - |
| YUV | 112.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 63 | 0 | 0.02 | 0.48 | 0.53 | 56.9 | 0.32 | 0.36 |
| Hex | 79 | 76 | 3F | 0 | 2 | 30 | 35 | 39 | 20 | 24 |
| Octal | 171 | 166 | 77 | 0 | 2 | 60 | 65 | 71 | 40 | 44 |
| Binary | 1111001 | 1110110 | 111111 | 0 | 10 | 110000 | 110101 | 111001 | 100000 | 100100 |
Color Harmonies of #79763F
Complementary color
Monochromatic Colors of #79763F
Black with #79763F
Text Example
Text Example
White with #79763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79763F; }
p { color: rgb(121,118,63); }
H1.HeaderClassName
{
color: #79763F;
}
.AnyTagClassName
{
color: #79763F;
}
</style>
background-color css
<style>
a { background-color: #79763F; }
a { background-color: rgb(121,118,63); }
div.DivClassName
{
background-color: #79763F;
}
.BgClassName
{
background-color: #79763F;
}
</style>
border-color css
<style>
span { border-color: #79763F; }
span { border-color: rgb(121,118,63); }
td.TdClassName
{
border-color: #79763F;
}
.TagClassName
{
border-color: #79763F;
}
</style>