Shades of Crete #7A762C
Tints of Crete #7A762C
RGB
CMYK
RGB Variations
Color information
#7A762C (or 0x7A762C) is known color: Crete. HEX triplet: 7A, 76 and 2C. RGB value is (122,118,44). Sum of RGB (Red+Green+Blue) = 122+118+44=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A762C is #8589D3. Grayscale: #6F6F6F. Windows color (decimal): -8751572 or 2913914. OLE color: 2913914.
HSL color Cylindrical-coordinate representation of color #7A762C: hue angle of 56.92º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A762C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 118 | 44 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.52 |
| HSL | 56.92º | 0.47% | 0.33% | - |
| HSV(B) | 56.92º | 0.64% | 0.48% | - |
| XYZ | 14.96 | 17.28 | 4.93 | - |
| YUV | 110.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 118 | 44 | 0 | 0.03 | 0.64 | 0.52 | 56.92 | 0.47 | 0.33 |
| Hex | 7A | 76 | 2C | 0 | 3 | 40 | 34 | 39 | 2F | 21 |
| Octal | 172 | 166 | 54 | 0 | 3 | 100 | 64 | 71 | 57 | 41 |
| Binary | 1111010 | 1110110 | 101100 | 0 | 11 | 1000000 | 110100 | 111001 | 101111 | 100001 |
Color Harmonies of #7A762C
Complementary color
Monochromatic Colors of #7A762C
Black with #7A762C
Text Example
Text Example
White with #7A762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A762C; }
p { color: rgb(122,118,44); }
H1.HeaderClassName
{
color: #7A762C;
}
.AnyTagClassName
{
color: #7A762C;
}
</style>
background-color css
<style>
a { background-color: #7A762C; }
a { background-color: rgb(122,118,44); }
div.DivClassName
{
background-color: #7A762C;
}
.BgClassName
{
background-color: #7A762C;
}
</style>
border-color css
<style>
span { border-color: #7A762C; }
span { border-color: rgb(122,118,44); }
td.TdClassName
{
border-color: #7A762C;
}
.TagClassName
{
border-color: #7A762C;
}
</style>