Shades of Crete #7A7538
Tints of Crete #7A7538
RGB
CMYK
RGB Variations
Color information
#7A7538 (or 0x7A7538) is known color: Crete. HEX triplet: 7A, 75 and 38. RGB value is (122,117,56). Sum of RGB (Red+Green+Blue) = 122+117+56=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7538 is #858AC7. Grayscale: #6F6F6F. Windows color (decimal): -8751816 or 3700090. OLE color: 3700090.
HSL color Cylindrical-coordinate representation of color #7A7538: hue angle of 55.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A7538 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 56 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.52 |
| HSL | 55.45º | 0.37% | 0.35% | - |
| HSV(B) | 55.45º | 0.54% | 0.48% | - |
| XYZ | 15.1 | 17.15 | 6.25 | - |
| YUV | 111.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 56 | 0 | 0.04 | 0.54 | 0.52 | 55.45 | 0.37 | 0.35 |
| Hex | 7A | 75 | 38 | 0 | 4 | 36 | 34 | 37 | 25 | 23 |
| Octal | 172 | 165 | 70 | 0 | 4 | 66 | 64 | 67 | 45 | 43 |
| Binary | 1111010 | 1110101 | 111000 | 0 | 100 | 110110 | 110100 | 110111 | 100101 | 100011 |
Color Harmonies of #7A7538
Complementary color
Monochromatic Colors of #7A7538
Black with #7A7538
Text Example
Text Example
White with #7A7538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7538; }
p { color: rgb(122,117,56); }
H1.HeaderClassName
{
color: #7A7538;
}
.AnyTagClassName
{
color: #7A7538;
}
</style>
background-color css
<style>
a { background-color: #7A7538; }
a { background-color: rgb(122,117,56); }
div.DivClassName
{
background-color: #7A7538;
}
.BgClassName
{
background-color: #7A7538;
}
</style>
border-color css
<style>
span { border-color: #7A7538; }
span { border-color: rgb(122,117,56); }
td.TdClassName
{
border-color: #7A7538;
}
.TagClassName
{
border-color: #7A7538;
}
</style>