Shades of Crete #7A783F
Tints of Crete #7A783F
RGB
CMYK
RGB Variations
Color information
#7A783F (or 0x7A783F) is known color: Crete. HEX triplet: 7A, 78 and 3F. RGB value is (122,120,63). Sum of RGB (Red+Green+Blue) = 122+120+63=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A783F is #8587C0. Grayscale: #727272. Windows color (decimal): -8751041 or 4159610. OLE color: 4159610.
HSL color Cylindrical-coordinate representation of color #7A783F: hue angle of 57.97º 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 #7A783F is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 120 | 63 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.52 |
| HSL | 57.97º | 0.32% | 0.36% | - |
| HSV(B) | 57.97º | 0.48% | 0.48% | - |
| XYZ | 15.64 | 17.93 | 7.34 | - |
| YUV | 114.1 | 99.16 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 120 | 63 | 0 | 0.02 | 0.48 | 0.52 | 57.97 | 0.32 | 0.36 |
| Hex | 7A | 78 | 3F | 0 | 2 | 30 | 34 | 3A | 20 | 24 |
| Octal | 172 | 170 | 77 | 0 | 2 | 60 | 64 | 72 | 40 | 44 |
| Binary | 1111010 | 1111000 | 111111 | 0 | 10 | 110000 | 110100 | 111010 | 100000 | 100100 |
Color Harmonies of #7A783F
Complementary color
Monochromatic Colors of #7A783F
Black with #7A783F
Text Example
Text Example
White with #7A783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A783F; }
p { color: rgb(122,120,63); }
H1.HeaderClassName
{
color: #7A783F;
}
.AnyTagClassName
{
color: #7A783F;
}
</style>
background-color css
<style>
a { background-color: #7A783F; }
a { background-color: rgb(122,120,63); }
div.DivClassName
{
background-color: #7A783F;
}
.BgClassName
{
background-color: #7A783F;
}
</style>
border-color css
<style>
span { border-color: #7A783F; }
span { border-color: rgb(122,120,63); }
td.TdClassName
{
border-color: #7A783F;
}
.TagClassName
{
border-color: #7A783F;
}
</style>