Shades of Crete #7A7A3F
Tints of Crete #7A7A3F
RGB
CMYK
RGB Variations
Color information
#7A7A3F (or 0x7A7A3F) is known color: Crete. HEX triplet: 7A, 7A and 3F. RGB value is (122,122,63). Sum of RGB (Red+Green+Blue) = 122+122+63=307 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.74% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 122 - color contains mainly: red, green. Hex color #7A7A3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7A3F is #8585C0. Grayscale: #737373. Windows color (decimal): -8750529 or 4160122. OLE color: 4160122.
HSL color Cylindrical-coordinate representation of color #7A7A3F: hue angle of 60º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7A3F is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 122 | 63 | - |
| CMYK | 0 | 0 | 0.48 | 0.52 |
| HSL | 60º | 0.32% | 0.36% | - |
| HSV(B) | 60º | 0.48% | 0.48% | - |
| XYZ | 15.88 | 18.42 | 7.42 | - |
| YUV | 115.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 122 | 63 | 0 | 0 | 0.48 | 0.52 | 60 | 0.32 | 0.36 |
| Hex | 7A | 7A | 3F | 0 | 0 | 30 | 34 | 3C | 20 | 24 |
| Octal | 172 | 172 | 77 | 0 | 0 | 60 | 64 | 74 | 40 | 44 |
| Binary | 1111010 | 1111010 | 111111 | 0 | 0 | 110000 | 110100 | 111100 | 100000 | 100100 |
Color Harmonies of #7A7A3F
Complementary color
Monochromatic Colors of #7A7A3F
Black with #7A7A3F
Text Example
Text Example
White with #7A7A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7A3F; }
p { color: rgb(122,122,63); }
H1.HeaderClassName
{
color: #7A7A3F;
}
.AnyTagClassName
{
color: #7A7A3F;
}
</style>
background-color css
<style>
a { background-color: #7A7A3F; }
a { background-color: rgb(122,122,63); }
div.DivClassName
{
background-color: #7A7A3F;
}
.BgClassName
{
background-color: #7A7A3F;
}
</style>
border-color css
<style>
span { border-color: #7A7A3F; }
span { border-color: rgb(122,122,63); }
td.TdClassName
{
border-color: #7A7A3F;
}
.TagClassName
{
border-color: #7A7A3F;
}
</style>