Shades of Crete #7A6E32
Tints of Crete #7A6E32
RGB
CMYK
RGB Variations
Color information
#7A6E32 (or 0x7A6E32) is known color: Crete. HEX triplet: 7A, 6E and 32. RGB value is (122,110,50). Sum of RGB (Red+Green+Blue) = 122+110+50=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6E32 is #8591CD. Grayscale: #6B6B6B. Windows color (decimal): -8753614 or 3305082. OLE color: 3305082.
HSL color Cylindrical-coordinate representation of color #7A6E32: hue angle of 50º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A6E32 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 110 | 50 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.52 |
| HSL | 50º | 0.42% | 0.34% | - |
| HSV(B) | 50º | 0.59% | 0.48% | - |
| XYZ | 14.18 | 15.52 | 5.27 | - |
| YUV | 106.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 110 | 50 | 0 | 0.10 | 0.59 | 0.52 | 50 | 0.42 | 0.34 |
| Hex | 7A | 6E | 32 | 0 | A | 3B | 34 | 32 | 2A | 22 |
| Octal | 172 | 156 | 62 | 0 | 12 | 73 | 64 | 62 | 52 | 42 |
| Binary | 1111010 | 1101110 | 110010 | 0 | 1010 | 111011 | 110100 | 110010 | 101010 | 100010 |
Color Harmonies of #7A6E32
Complementary color
Monochromatic Colors of #7A6E32
Black with #7A6E32
Text Example
Text Example
White with #7A6E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6E32; }
p { color: rgb(122,110,50); }
H1.HeaderClassName
{
color: #7A6E32;
}
.AnyTagClassName
{
color: #7A6E32;
}
</style>
background-color css
<style>
a { background-color: #7A6E32; }
a { background-color: rgb(122,110,50); }
div.DivClassName
{
background-color: #7A6E32;
}
.BgClassName
{
background-color: #7A6E32;
}
</style>
border-color css
<style>
span { border-color: #7A6E32; }
span { border-color: rgb(122,110,50); }
td.TdClassName
{
border-color: #7A6E32;
}
.TagClassName
{
border-color: #7A6E32;
}
</style>