Shades of Crete #7A742E
Tints of Crete #7A742E
RGB
CMYK
RGB Variations
Color information
#7A742E (or 0x7A742E) is known color: Crete. HEX triplet: 7A, 74 and 2E. RGB value is (122,116,46). Sum of RGB (Red+Green+Blue) = 122+116+46=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A742E is #858BD1. Grayscale: #6E6E6E. Windows color (decimal): -8752082 or 3044474. OLE color: 3044474.
HSL color Cylindrical-coordinate representation of color #7A742E: hue angle of 55.26º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A742E is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 116 | 46 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.52 |
| HSL | 55.26º | 0.45% | 0.33% | - |
| HSV(B) | 55.26º | 0.62% | 0.48% | - |
| XYZ | 14.76 | 16.83 | 5.05 | - |
| YUV | 109.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 116 | 46 | 0 | 0.05 | 0.62 | 0.52 | 55.26 | 0.45 | 0.33 |
| Hex | 7A | 74 | 2E | 0 | 5 | 3E | 34 | 37 | 2D | 21 |
| Octal | 172 | 164 | 56 | 0 | 5 | 76 | 64 | 67 | 55 | 41 |
| Binary | 1111010 | 1110100 | 101110 | 0 | 101 | 111110 | 110100 | 110111 | 101101 | 100001 |
Color Harmonies of #7A742E
Complementary color
Monochromatic Colors of #7A742E
Black with #7A742E
Text Example
Text Example
White with #7A742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A742E; }
p { color: rgb(122,116,46); }
H1.HeaderClassName
{
color: #7A742E;
}
.AnyTagClassName
{
color: #7A742E;
}
</style>
background-color css
<style>
a { background-color: #7A742E; }
a { background-color: rgb(122,116,46); }
div.DivClassName
{
background-color: #7A742E;
}
.BgClassName
{
background-color: #7A742E;
}
</style>
border-color css
<style>
span { border-color: #7A742E; }
span { border-color: rgb(122,116,46); }
td.TdClassName
{
border-color: #7A742E;
}
.TagClassName
{
border-color: #7A742E;
}
</style>