Shades of Crete #7A782D
Tints of Crete #7A782D
RGB
CMYK
RGB Variations
Color information
#7A782D (or 0x7A782D) is known color: Crete. HEX triplet: 7A, 78 and 2D. RGB value is (122,120,45). Sum of RGB (Red+Green+Blue) = 122+120+45=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 122 - color contains mainly: red. Hex color #7A782D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A782D is #8587D2. Grayscale: #707070. Windows color (decimal): -8751059 or 2979962. OLE color: 2979962.
HSL color Cylindrical-coordinate representation of color #7A782D: hue angle of 58.44º 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 #7A782D is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 45 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.52 |
| HSL | 58.44º | 0.46% | 0.33% | - |
| HSV(B) | 58.44º | 0.63% | 0.48% | - |
| XYZ | 15.22 | 17.76 | 5.11 | - |
| YUV | 112.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 45 | 0 | 0.02 | 0.63 | 0.52 | 58.44 | 0.46 | 0.33 |
| Hex | 7A | 78 | 2D | 0 | 2 | 3F | 34 | 3A | 2E | 21 |
| Octal | 172 | 170 | 55 | 0 | 2 | 77 | 64 | 72 | 56 | 41 |
| Binary | 1111010 | 1111000 | 101101 | 0 | 10 | 111111 | 110100 | 111010 | 101110 | 100001 |
Color Harmonies of #7A782D
Complementary color
Monochromatic Colors of #7A782D
Black with #7A782D
Text Example
Text Example
White with #7A782D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A782D; }
p { color: rgb(122,120,45); }
H1.HeaderClassName
{
color: #7A782D;
}
.AnyTagClassName
{
color: #7A782D;
}
</style>
background-color css
<style>
a { background-color: #7A782D; }
a { background-color: rgb(122,120,45); }
div.DivClassName
{
background-color: #7A782D;
}
.BgClassName
{
background-color: #7A782D;
}
</style>
border-color css
<style>
span { border-color: #7A782D; }
span { border-color: rgb(122,120,45); }
td.TdClassName
{
border-color: #7A782D;
}
.TagClassName
{
border-color: #7A782D;
}
</style>