Shades of Crete #7A753D
Tints of Crete #7A753D
RGB
CMYK
RGB Variations
Color information
#7A753D (or 0x7A753D) is known color: Crete. HEX triplet: 7A, 75 and 3D. RGB value is (122,117,61). Sum of RGB (Red+Green+Blue) = 122+117+61=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 117 (46.09% from 255 or 39% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 122 - color contains mainly: red. Hex color #7A753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A753D is #858AC2. Grayscale: #707070. Windows color (decimal): -8751811 or 4027770. OLE color: 4027770.
HSL color Cylindrical-coordinate representation of color #7A753D: hue angle of 55.08º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A753D is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 117 | 61 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.52 |
| HSL | 55.08º | 0.33% | 0.36% | - |
| HSV(B) | 55.08º | 0.5% | 0.48% | - |
| XYZ | 15.23 | 17.2 | 6.93 | - |
| YUV | 112.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 117 | 61 | 0 | 0.04 | 0.50 | 0.52 | 55.08 | 0.33 | 0.36 |
| Hex | 7A | 75 | 3D | 0 | 4 | 32 | 34 | 37 | 21 | 24 |
| Octal | 172 | 165 | 75 | 0 | 4 | 62 | 64 | 67 | 41 | 44 |
| Binary | 1111010 | 1110101 | 111101 | 0 | 100 | 110010 | 110100 | 110111 | 100001 | 100100 |
Color Harmonies of #7A753D
Complementary color
Monochromatic Colors of #7A753D
Black with #7A753D
Text Example
Text Example
White with #7A753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A753D; }
p { color: rgb(122,117,61); }
H1.HeaderClassName
{
color: #7A753D;
}
.AnyTagClassName
{
color: #7A753D;
}
</style>
background-color css
<style>
a { background-color: #7A753D; }
a { background-color: rgb(122,117,61); }
div.DivClassName
{
background-color: #7A753D;
}
.BgClassName
{
background-color: #7A753D;
}
</style>
border-color css
<style>
span { border-color: #7A753D; }
span { border-color: rgb(122,117,61); }
td.TdClassName
{
border-color: #7A753D;
}
.TagClassName
{
border-color: #7A753D;
}
</style>