Shades of Crete #7A7833
Tints of Crete #7A7833
RGB
CMYK
RGB Variations
Color information
#7A7833 (or 0x7A7833) is known color: Crete. HEX triplet: 7A, 78 and 33. RGB value is (122,120,51). Sum of RGB (Red+Green+Blue) = 122+120+51=293 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.64% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7833 is #8587CC. Grayscale: #717171. Windows color (decimal): -8751053 or 3373178. OLE color: 3373178.
HSL color Cylindrical-coordinate representation of color #7A7833: hue angle of 58.31º 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 #7A7833 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 51 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.52 |
| HSL | 58.31º | 0.41% | 0.34% | - |
| HSV(B) | 58.31º | 0.58% | 0.48% | - |
| XYZ | 15.34 | 17.81 | 5.76 | - |
| YUV | 112.73 | 93.16 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 51 | 0 | 0.02 | 0.58 | 0.52 | 58.31 | 0.41 | 0.34 |
| Hex | 7A | 78 | 33 | 0 | 2 | 3A | 34 | 3A | 29 | 22 |
| Octal | 172 | 170 | 63 | 0 | 2 | 72 | 64 | 72 | 51 | 42 |
| Binary | 1111010 | 1111000 | 110011 | 0 | 10 | 111010 | 110100 | 111010 | 101001 | 100010 |
Color Harmonies of #7A7833
Complementary color
Monochromatic Colors of #7A7833
Black with #7A7833
Text Example
Text Example
White with #7A7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7833; }
p { color: rgb(122,120,51); }
H1.HeaderClassName
{
color: #7A7833;
}
.AnyTagClassName
{
color: #7A7833;
}
</style>
background-color css
<style>
a { background-color: #7A7833; }
a { background-color: rgb(122,120,51); }
div.DivClassName
{
background-color: #7A7833;
}
.BgClassName
{
background-color: #7A7833;
}
</style>
border-color css
<style>
span { border-color: #7A7833; }
span { border-color: rgb(122,120,51); }
td.TdClassName
{
border-color: #7A7833;
}
.TagClassName
{
border-color: #7A7833;
}
</style>