Shades of Crete #79702C
Tints of Crete #79702C
RGB
CMYK
RGB Variations
Color information
#79702C (or 0x79702C) is known color: Crete. HEX triplet: 79, 70 and 2C. RGB value is (121,112,44). Sum of RGB (Red+Green+Blue) = 121+112+44=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 112 (44.14% from 255 or 40.43% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #79702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #79702C is #868FD3. Grayscale: #6B6B6B. Windows color (decimal): -8818644 or 2912377. OLE color: 2912377.
HSL color Cylindrical-coordinate representation of color #79702C: hue angle of 52.99º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79702C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 112 | 44 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.53 |
| HSL | 52.99º | 0.47% | 0.32% | - |
| HSV(B) | 52.99º | 0.64% | 0.47% | - |
| XYZ | 14.13 | 15.84 | 4.69 | - |
| YUV | 106.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 112 | 44 | 0 | 0.07 | 0.64 | 0.53 | 52.99 | 0.47 | 0.32 |
| Hex | 79 | 70 | 2C | 0 | 7 | 40 | 35 | 35 | 2F | 20 |
| Octal | 171 | 160 | 54 | 0 | 7 | 100 | 65 | 65 | 57 | 40 |
| Binary | 1111001 | 1110000 | 101100 | 0 | 111 | 1000000 | 110101 | 110101 | 101111 | 100000 |
Color Harmonies of #79702C
Complementary color
Monochromatic Colors of #79702C
Black with #79702C
Text Example
Text Example
White with #79702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79702C; }
p { color: rgb(121,112,44); }
H1.HeaderClassName
{
color: #79702C;
}
.AnyTagClassName
{
color: #79702C;
}
</style>
background-color css
<style>
a { background-color: #79702C; }
a { background-color: rgb(121,112,44); }
div.DivClassName
{
background-color: #79702C;
}
.BgClassName
{
background-color: #79702C;
}
</style>
border-color css
<style>
span { border-color: #79702C; }
span { border-color: rgb(121,112,44); }
td.TdClassName
{
border-color: #79702C;
}
.TagClassName
{
border-color: #79702C;
}
</style>