Shades of Crete #7A7832
Tints of Crete #7A7832
RGB
CMYK
RGB Variations
Color information
#7A7832 (or 0x7A7832) is known color: Crete. HEX triplet: 7A, 78 and 32. RGB value is (122,120,50). Sum of RGB (Red+Green+Blue) = 122+120+50=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7832 is #8587CD. Grayscale: #707070. Windows color (decimal): -8751054 or 3307642. OLE color: 3307642.
HSL color Cylindrical-coordinate representation of color #7A7832: hue angle of 58.33º 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 #7A7832 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 50 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.52 |
| HSL | 58.33º | 0.42% | 0.34% | - |
| HSV(B) | 58.33º | 0.59% | 0.48% | - |
| XYZ | 15.32 | 17.8 | 5.65 | - |
| YUV | 112.62 | 92.66 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 50 | 0 | 0.02 | 0.59 | 0.52 | 58.33 | 0.42 | 0.34 |
| Hex | 7A | 78 | 32 | 0 | 2 | 3B | 34 | 3A | 2A | 22 |
| Octal | 172 | 170 | 62 | 0 | 2 | 73 | 64 | 72 | 52 | 42 |
| Binary | 1111010 | 1111000 | 110010 | 0 | 10 | 111011 | 110100 | 111010 | 101010 | 100010 |
Color Harmonies of #7A7832
Complementary color
Monochromatic Colors of #7A7832
Black with #7A7832
Text Example
Text Example
White with #7A7832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7832; }
p { color: rgb(122,120,50); }
H1.HeaderClassName
{
color: #7A7832;
}
.AnyTagClassName
{
color: #7A7832;
}
</style>
background-color css
<style>
a { background-color: #7A7832; }
a { background-color: rgb(122,120,50); }
div.DivClassName
{
background-color: #7A7832;
}
.BgClassName
{
background-color: #7A7832;
}
</style>
border-color css
<style>
span { border-color: #7A7832; }
span { border-color: rgb(122,120,50); }
td.TdClassName
{
border-color: #7A7832;
}
.TagClassName
{
border-color: #7A7832;
}
</style>