Shades of Crete #7A762D
Tints of Crete #7A762D
RGB
CMYK
RGB Variations
Color information
#7A762D (or 0x7A762D) is known color: Crete. HEX triplet: 7A, 76 and 2D. RGB value is (122,118,45). Sum of RGB (Red+Green+Blue) = 122+118+45=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A762D is #8589D2. Grayscale: #6F6F6F. Windows color (decimal): -8751571 or 2979450. OLE color: 2979450.
HSL color Cylindrical-coordinate representation of color #7A762D: hue angle of 56.88º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A762D is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 45 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.52 |
| HSL | 56.88º | 0.46% | 0.33% | - |
| HSV(B) | 56.88º | 0.63% | 0.48% | - |
| XYZ | 14.98 | 17.28 | 5.03 | - |
| YUV | 110.87 | 90.83 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 45 | 0 | 0.03 | 0.63 | 0.52 | 56.88 | 0.46 | 0.33 |
| Hex | 7A | 76 | 2D | 0 | 3 | 3F | 34 | 39 | 2E | 21 |
| Octal | 172 | 166 | 55 | 0 | 3 | 77 | 64 | 71 | 56 | 41 |
| Binary | 1111010 | 1110110 | 101101 | 0 | 11 | 111111 | 110100 | 111001 | 101110 | 100001 |
Color Harmonies of #7A762D
Complementary color
Monochromatic Colors of #7A762D
Black with #7A762D
Text Example
Text Example
White with #7A762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A762D; }
p { color: rgb(122,118,45); }
H1.HeaderClassName
{
color: #7A762D;
}
.AnyTagClassName
{
color: #7A762D;
}
</style>
background-color css
<style>
a { background-color: #7A762D; }
a { background-color: rgb(122,118,45); }
div.DivClassName
{
background-color: #7A762D;
}
.BgClassName
{
background-color: #7A762D;
}
</style>
border-color css
<style>
span { border-color: #7A762D; }
span { border-color: rgb(122,118,45); }
td.TdClassName
{
border-color: #7A762D;
}
.TagClassName
{
border-color: #7A762D;
}
</style>