Shades of Crete #7A7837
Tints of Crete #7A7837
RGB
CMYK
RGB Variations
Color information
#7A7837 (or 0x7A7837) is known color: Crete. HEX triplet: 7A, 78 and 37. RGB value is (122,120,55). Sum of RGB (Red+Green+Blue) = 122+120+55=297 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.08% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7837 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7837 is #8587C8. Grayscale: #717171. Windows color (decimal): -8751049 or 3635322. OLE color: 3635322.
HSL color Cylindrical-coordinate representation of color #7A7837: hue angle of 58.21º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A7837 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 55 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.52 |
| HSL | 58.21º | 0.38% | 0.35% | - |
| HSV(B) | 58.21º | 0.55% | 0.48% | - |
| XYZ | 15.43 | 17.85 | 6.25 | - |
| YUV | 113.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 55 | 0 | 0.02 | 0.55 | 0.52 | 58.21 | 0.38 | 0.35 |
| Hex | 7A | 78 | 37 | 0 | 2 | 37 | 34 | 3A | 26 | 23 |
| Octal | 172 | 170 | 67 | 0 | 2 | 67 | 64 | 72 | 46 | 43 |
| Binary | 1111010 | 1111000 | 110111 | 0 | 10 | 110111 | 110100 | 111010 | 100110 | 100011 |
Color Harmonies of #7A7837
Complementary color
Monochromatic Colors of #7A7837
Black with #7A7837
Text Example
Text Example
White with #7A7837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7837; }
p { color: rgb(122,120,55); }
H1.HeaderClassName
{
color: #7A7837;
}
.AnyTagClassName
{
color: #7A7837;
}
</style>
background-color css
<style>
a { background-color: #7A7837; }
a { background-color: rgb(122,120,55); }
div.DivClassName
{
background-color: #7A7837;
}
.BgClassName
{
background-color: #7A7837;
}
</style>
border-color css
<style>
span { border-color: #7A7837; }
span { border-color: rgb(122,120,55); }
td.TdClassName
{
border-color: #7A7837;
}
.TagClassName
{
border-color: #7A7837;
}
</style>