Shades of Crete #7A7733
Tints of Crete #7A7733
RGB
CMYK
RGB Variations
Color information
#7A7733 (or 0x7A7733) is known color: Crete. HEX triplet: 7A, 77 and 33. RGB value is (122,119,51). Sum of RGB (Red+Green+Blue) = 122+119+51=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7733 is #8588CC. Grayscale: #707070. Windows color (decimal): -8751309 or 3372922. OLE color: 3372922.
HSL color Cylindrical-coordinate representation of color #7A7733: hue angle of 57.46º 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 #7A7733 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 119 | 51 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.52 |
| HSL | 57.46º | 0.41% | 0.34% | - |
| HSV(B) | 57.46º | 0.58% | 0.48% | - |
| XYZ | 15.22 | 17.57 | 5.72 | - |
| YUV | 112.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 119 | 51 | 0 | 0.02 | 0.58 | 0.52 | 57.46 | 0.41 | 0.34 |
| Hex | 7A | 77 | 33 | 0 | 2 | 3A | 34 | 39 | 29 | 22 |
| Octal | 172 | 167 | 63 | 0 | 2 | 72 | 64 | 71 | 51 | 42 |
| Binary | 1111010 | 1110111 | 110011 | 0 | 10 | 111010 | 110100 | 111001 | 101001 | 100010 |
Color Harmonies of #7A7733
Complementary color
Monochromatic Colors of #7A7733
Black with #7A7733
Text Example
Text Example
White with #7A7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7733; }
p { color: rgb(122,119,51); }
H1.HeaderClassName
{
color: #7A7733;
}
.AnyTagClassName
{
color: #7A7733;
}
</style>
background-color css
<style>
a { background-color: #7A7733; }
a { background-color: rgb(122,119,51); }
div.DivClassName
{
background-color: #7A7733;
}
.BgClassName
{
background-color: #7A7733;
}
</style>
border-color css
<style>
span { border-color: #7A7733; }
span { border-color: rgb(122,119,51); }
td.TdClassName
{
border-color: #7A7733;
}
.TagClassName
{
border-color: #7A7733;
}
</style>