Shades of Crete #7A6D32
Tints of Crete #7A6D32
RGB
CMYK
RGB Variations
Color information
#7A6D32 (or 0x7A6D32) is known color: Crete. HEX triplet: 7A, 6D and 32. RGB value is (122,109,50). Sum of RGB (Red+Green+Blue) = 122+109+50=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D32 is #8592CD. Grayscale: #6A6A6A. Windows color (decimal): -8753870 or 3304826. OLE color: 3304826.
HSL color Cylindrical-coordinate representation of color #7A6D32: hue angle of 49.17º 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 #7A6D32 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 50 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.52 |
| HSL | 49.17º | 0.42% | 0.34% | - |
| HSV(B) | 49.17º | 0.59% | 0.48% | - |
| XYZ | 14.07 | 15.31 | 5.23 | - |
| YUV | 106.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 50 | 0 | 0.11 | 0.59 | 0.52 | 49.17 | 0.42 | 0.34 |
| Hex | 7A | 6D | 32 | 0 | B | 3B | 34 | 31 | 2A | 22 |
| Octal | 172 | 155 | 62 | 0 | 13 | 73 | 64 | 61 | 52 | 42 |
| Binary | 1111010 | 1101101 | 110010 | 0 | 1011 | 111011 | 110100 | 110001 | 101010 | 100010 |
Color Harmonies of #7A6D32
Complementary color
Monochromatic Colors of #7A6D32
Black with #7A6D32
Text Example
Text Example
White with #7A6D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D32; }
p { color: rgb(122,109,50); }
H1.HeaderClassName
{
color: #7A6D32;
}
.AnyTagClassName
{
color: #7A6D32;
}
</style>
background-color css
<style>
a { background-color: #7A6D32; }
a { background-color: rgb(122,109,50); }
div.DivClassName
{
background-color: #7A6D32;
}
.BgClassName
{
background-color: #7A6D32;
}
</style>
border-color css
<style>
span { border-color: #7A6D32; }
span { border-color: rgb(122,109,50); }
td.TdClassName
{
border-color: #7A6D32;
}
.TagClassName
{
border-color: #7A6D32;
}
</style>