Shades of Crete #7A7840
Tints of Crete #7A7840
RGB
CMYK
RGB Variations
Color information
#7A7840 (or 0x7A7840) is known color: Crete. HEX triplet: 7A, 78 and 40. RGB value is (122,120,64). Sum of RGB (Red+Green+Blue) = 122+120+64=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7840 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7840 is #8587BF. Grayscale: #727272. Windows color (decimal): -8751040 or 4225146. OLE color: 4225146.
HSL color Cylindrical-coordinate representation of color #7A7840: hue angle of 57.93º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7840 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 64 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.52 |
| HSL | 57.93º | 0.31% | 0.36% | - |
| HSV(B) | 57.93º | 0.48% | 0.48% | - |
| XYZ | 15.67 | 17.94 | 7.49 | - |
| YUV | 114.21 | 99.66 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 64 | 0 | 0.02 | 0.48 | 0.52 | 57.93 | 0.31 | 0.36 |
| Hex | 7A | 78 | 40 | 0 | 2 | 30 | 34 | 3A | 1F | 24 |
| Octal | 172 | 170 | 100 | 0 | 2 | 60 | 64 | 72 | 37 | 44 |
| Binary | 1111010 | 1111000 | 1000000 | 0 | 10 | 110000 | 110100 | 111010 | 11111 | 100100 |
Color Harmonies of #7A7840
Complementary color
Monochromatic Colors of #7A7840
Black with #7A7840
Text Example
Text Example
White with #7A7840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7840; }
p { color: rgb(122,120,64); }
H1.HeaderClassName
{
color: #7A7840;
}
.AnyTagClassName
{
color: #7A7840;
}
</style>
background-color css
<style>
a { background-color: #7A7840; }
a { background-color: rgb(122,120,64); }
div.DivClassName
{
background-color: #7A7840;
}
.BgClassName
{
background-color: #7A7840;
}
</style>
border-color css
<style>
span { border-color: #7A7840; }
span { border-color: rgb(122,120,64); }
td.TdClassName
{
border-color: #7A7840;
}
.TagClassName
{
border-color: #7A7840;
}
</style>