Shades of Crete #7A6D33
Tints of Crete #7A6D33
RGB
CMYK
RGB Variations
Color information
#7A6D33 (or 0x7A6D33) is known color: Crete. HEX triplet: 7A, 6D and 33. RGB value is (122,109,51). Sum of RGB (Red+Green+Blue) = 122+109+51=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 109 (42.97% from 255 or 38.65% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A6D33 is #8592CC. Grayscale: #6A6A6A. Windows color (decimal): -8753869 or 3370362. OLE color: 3370362.
HSL color Cylindrical-coordinate representation of color #7A6D33: hue angle of 49.01º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A6D33 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 109 | 51 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.52 |
| HSL | 49.01º | 0.41% | 0.34% | - |
| HSV(B) | 49.01º | 0.58% | 0.48% | - |
| XYZ | 14.09 | 15.31 | 5.35 | - |
| YUV | 106.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 109 | 51 | 0 | 0.11 | 0.58 | 0.52 | 49.01 | 0.41 | 0.34 |
| Hex | 7A | 6D | 33 | 0 | B | 3A | 34 | 31 | 29 | 22 |
| Octal | 172 | 155 | 63 | 0 | 13 | 72 | 64 | 61 | 51 | 42 |
| Binary | 1111010 | 1101101 | 110011 | 0 | 1011 | 111010 | 110100 | 110001 | 101001 | 100010 |
Color Harmonies of #7A6D33
Complementary color
Monochromatic Colors of #7A6D33
Black with #7A6D33
Text Example
Text Example
White with #7A6D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6D33; }
p { color: rgb(122,109,51); }
H1.HeaderClassName
{
color: #7A6D33;
}
.AnyTagClassName
{
color: #7A6D33;
}
</style>
background-color css
<style>
a { background-color: #7A6D33; }
a { background-color: rgb(122,109,51); }
div.DivClassName
{
background-color: #7A6D33;
}
.BgClassName
{
background-color: #7A6D33;
}
</style>
border-color css
<style>
span { border-color: #7A6D33; }
span { border-color: rgb(122,109,51); }
td.TdClassName
{
border-color: #7A6D33;
}
.TagClassName
{
border-color: #7A6D33;
}
</style>