Shades of Crete #7A732F
Tints of Crete #7A732F
RGB
CMYK
RGB Variations
Color information
#7A732F (or 0x7A732F) is known color: Crete. HEX triplet: 7A, 73 and 2F. RGB value is (122,115,47). Sum of RGB (Red+Green+Blue) = 122+115+47=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A732F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A732F is #858CD0. Grayscale: #6D6D6D. Windows color (decimal): -8752337 or 3109754. OLE color: 3109754.
HSL color Cylindrical-coordinate representation of color #7A732F: hue angle of 54.4º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A732F is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 115 | 47 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.52 |
| HSL | 54.4º | 0.44% | 0.33% | - |
| HSV(B) | 54.4º | 0.61% | 0.48% | - |
| XYZ | 14.67 | 16.6 | 5.12 | - |
| YUV | 109.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 47 | 0 | 0.06 | 0.61 | 0.52 | 54.4 | 0.44 | 0.33 |
| Hex | 7A | 73 | 2F | 0 | 6 | 3D | 34 | 36 | 2C | 21 |
| Octal | 172 | 163 | 57 | 0 | 6 | 75 | 64 | 66 | 54 | 41 |
| Binary | 1111010 | 1110011 | 101111 | 0 | 110 | 111101 | 110100 | 110110 | 101100 | 100001 |
Color Harmonies of #7A732F
Complementary color
Monochromatic Colors of #7A732F
Black with #7A732F
Text Example
Text Example
White with #7A732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A732F; }
p { color: rgb(122,115,47); }
H1.HeaderClassName
{
color: #7A732F;
}
.AnyTagClassName
{
color: #7A732F;
}
</style>
background-color css
<style>
a { background-color: #7A732F; }
a { background-color: rgb(122,115,47); }
div.DivClassName
{
background-color: #7A732F;
}
.BgClassName
{
background-color: #7A732F;
}
</style>
border-color css
<style>
span { border-color: #7A732F; }
span { border-color: rgb(122,115,47); }
td.TdClassName
{
border-color: #7A732F;
}
.TagClassName
{
border-color: #7A732F;
}
</style>