Shades of Crete #7A7537
Tints of Crete #7A7537
RGB
CMYK
RGB Variations
Color information
#7A7537 (or 0x7A7537) is known color: Crete. HEX triplet: 7A, 75 and 37. RGB value is (122,117,55). Sum of RGB (Red+Green+Blue) = 122+117+55=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7537 is #858AC8. Grayscale: #6F6F6F. Windows color (decimal): -8751817 or 3634554. OLE color: 3634554.
HSL color Cylindrical-coordinate representation of color #7A7537: hue angle of 55.52º 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 #7A7537 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 55 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.52 |
| HSL | 55.52º | 0.38% | 0.35% | - |
| HSV(B) | 55.52º | 0.55% | 0.48% | - |
| XYZ | 15.08 | 17.14 | 6.13 | - |
| YUV | 111.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 55 | 0 | 0.04 | 0.55 | 0.52 | 55.52 | 0.38 | 0.35 |
| Hex | 7A | 75 | 37 | 0 | 4 | 37 | 34 | 38 | 26 | 23 |
| Octal | 172 | 165 | 67 | 0 | 4 | 67 | 64 | 70 | 46 | 43 |
| Binary | 1111010 | 1110101 | 110111 | 0 | 100 | 110111 | 110100 | 111000 | 100110 | 100011 |
Color Harmonies of #7A7537
Complementary color
Monochromatic Colors of #7A7537
Black with #7A7537
Text Example
Text Example
White with #7A7537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7537; }
p { color: rgb(122,117,55); }
H1.HeaderClassName
{
color: #7A7537;
}
.AnyTagClassName
{
color: #7A7537;
}
</style>
background-color css
<style>
a { background-color: #7A7537; }
a { background-color: rgb(122,117,55); }
div.DivClassName
{
background-color: #7A7537;
}
.BgClassName
{
background-color: #7A7537;
}
</style>
border-color css
<style>
span { border-color: #7A7537; }
span { border-color: rgb(122,117,55); }
td.TdClassName
{
border-color: #7A7537;
}
.TagClassName
{
border-color: #7A7537;
}
</style>