Shades of Crete #79763C
Tints of Crete #79763C
RGB
CMYK
RGB Variations
Color information
#79763C (or 0x79763C) is known color: Crete. HEX triplet: 79, 76 and 3C. RGB value is (121,118,60). Sum of RGB (Red+Green+Blue) = 121+118+60=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 121 - color contains mainly: red. Hex color #79763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79763C is #8689C3. Grayscale: #707070. Windows color (decimal): -8817092 or 3962489. OLE color: 3962489.
HSL color Cylindrical-coordinate representation of color #79763C: hue angle of 57.05º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79763C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 118 | 60 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.53 |
| HSL | 57.05º | 0.34% | 0.35% | - |
| HSV(B) | 57.05º | 0.5% | 0.47% | - |
| XYZ | 15.18 | 17.35 | 6.82 | - |
| YUV | 112.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 60 | 0 | 0.02 | 0.50 | 0.53 | 57.05 | 0.34 | 0.35 |
| Hex | 79 | 76 | 3C | 0 | 2 | 32 | 35 | 39 | 22 | 23 |
| Octal | 171 | 166 | 74 | 0 | 2 | 62 | 65 | 71 | 42 | 43 |
| Binary | 1111001 | 1110110 | 111100 | 0 | 10 | 110010 | 110101 | 111001 | 100010 | 100011 |
Color Harmonies of #79763C
Complementary color
Monochromatic Colors of #79763C
Black with #79763C
Text Example
Text Example
White with #79763C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79763C; }
p { color: rgb(121,118,60); }
H1.HeaderClassName
{
color: #79763C;
}
.AnyTagClassName
{
color: #79763C;
}
</style>
background-color css
<style>
a { background-color: #79763C; }
a { background-color: rgb(121,118,60); }
div.DivClassName
{
background-color: #79763C;
}
.BgClassName
{
background-color: #79763C;
}
</style>
border-color css
<style>
span { border-color: #79763C; }
span { border-color: rgb(121,118,60); }
td.TdClassName
{
border-color: #79763C;
}
.TagClassName
{
border-color: #79763C;
}
</style>