Shades of Crete #7A7535
Tints of Crete #7A7535
RGB
CMYK
RGB Variations
Color information
#7A7535 (or 0x7A7535) is known color: Crete. HEX triplet: 7A, 75 and 35. RGB value is (122,117,53). Sum of RGB (Red+Green+Blue) = 122+117+53=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A7535 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7535 is #858ACA. Grayscale: #6F6F6F. Windows color (decimal): -8751819 or 3503482. OLE color: 3503482.
HSL color Cylindrical-coordinate representation of color #7A7535: hue angle of 55.65º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A7535 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 53 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.52 |
| HSL | 55.65º | 0.39% | 0.34% | - |
| HSV(B) | 55.65º | 0.57% | 0.48% | - |
| XYZ | 15.03 | 17.12 | 5.88 | - |
| YUV | 111.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 53 | 0 | 0.04 | 0.57 | 0.52 | 55.65 | 0.39 | 0.34 |
| Hex | 7A | 75 | 35 | 0 | 4 | 39 | 34 | 38 | 27 | 22 |
| Octal | 172 | 165 | 65 | 0 | 4 | 71 | 64 | 70 | 47 | 42 |
| Binary | 1111010 | 1110101 | 110101 | 0 | 100 | 111001 | 110100 | 111000 | 100111 | 100010 |
Color Harmonies of #7A7535
Complementary color
Monochromatic Colors of #7A7535
Black with #7A7535
Text Example
Text Example
White with #7A7535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7535; }
p { color: rgb(122,117,53); }
H1.HeaderClassName
{
color: #7A7535;
}
.AnyTagClassName
{
color: #7A7535;
}
</style>
background-color css
<style>
a { background-color: #7A7535; }
a { background-color: rgb(122,117,53); }
div.DivClassName
{
background-color: #7A7535;
}
.BgClassName
{
background-color: #7A7535;
}
</style>
border-color css
<style>
span { border-color: #7A7535; }
span { border-color: rgb(122,117,53); }
td.TdClassName
{
border-color: #7A7535;
}
.TagClassName
{
border-color: #7A7535;
}
</style>