Shades of Crete #7A7233
Tints of Crete #7A7233
RGB
CMYK
RGB Variations
Color information
#7A7233 (or 0x7A7233) is known color: Crete. HEX triplet: 7A, 72 and 33. RGB value is (122,114,51). Sum of RGB (Red+Green+Blue) = 122+114+51=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7233 is #858DCC. Grayscale: #6D6D6D. Windows color (decimal): -8752589 or 3371642. OLE color: 3371642.
HSL color Cylindrical-coordinate representation of color #7A7233: hue angle of 53.24º 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 #7A7233 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 114 | 51 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.52 |
| HSL | 53.24º | 0.41% | 0.34% | - |
| HSV(B) | 53.24º | 0.58% | 0.48% | - |
| XYZ | 14.64 | 16.41 | 5.53 | - |
| YUV | 109.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 114 | 51 | 0 | 0.07 | 0.58 | 0.52 | 53.24 | 0.41 | 0.34 |
| Hex | 7A | 72 | 33 | 0 | 7 | 3A | 34 | 35 | 29 | 22 |
| Octal | 172 | 162 | 63 | 0 | 7 | 72 | 64 | 65 | 51 | 42 |
| Binary | 1111010 | 1110010 | 110011 | 0 | 111 | 111010 | 110100 | 110101 | 101001 | 100010 |
Color Harmonies of #7A7233
Complementary color
Monochromatic Colors of #7A7233
Black with #7A7233
Text Example
Text Example
White with #7A7233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7233; }
p { color: rgb(122,114,51); }
H1.HeaderClassName
{
color: #7A7233;
}
.AnyTagClassName
{
color: #7A7233;
}
</style>
background-color css
<style>
a { background-color: #7A7233; }
a { background-color: rgb(122,114,51); }
div.DivClassName
{
background-color: #7A7233;
}
.BgClassName
{
background-color: #7A7233;
}
</style>
border-color css
<style>
span { border-color: #7A7233; }
span { border-color: rgb(122,114,51); }
td.TdClassName
{
border-color: #7A7233;
}
.TagClassName
{
border-color: #7A7233;
}
</style>