Shades of Crete #7D783E
Tints of Crete #7D783E
RGB
CMYK
RGB Variations
Color information
#7D783E (or 0x7D783E) is known color: Crete. HEX triplet: 7D, 78 and 3E. RGB value is (125,120,62). Sum of RGB (Red+Green+Blue) = 125+120+62=307 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.72% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 125 - color contains mainly: red. Hex color #7D783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D783E is #8287C1. Grayscale: #737373. Windows color (decimal): -8554434 or 4094077. OLE color: 4094077.
HSL color Cylindrical-coordinate representation of color #7D783E: hue angle of 55.24º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D783E is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 120 | 62 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.51 |
| HSL | 55.24º | 0.34% | 0.37% | - |
| HSV(B) | 55.24º | 0.5% | 0.49% | - |
| XYZ | 16.04 | 18.14 | 7.21 | - |
| YUV | 114.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 120 | 62 | 0 | 0.04 | 0.50 | 0.51 | 55.24 | 0.34 | 0.37 |
| Hex | 7D | 78 | 3E | 0 | 4 | 32 | 33 | 37 | 22 | 25 |
| Octal | 175 | 170 | 76 | 0 | 4 | 62 | 63 | 67 | 42 | 45 |
| Binary | 1111101 | 1111000 | 111110 | 0 | 100 | 110010 | 110011 | 110111 | 100010 | 100101 |
Color Harmonies of #7D783E
Complementary color
Monochromatic Colors of #7D783E
Black with #7D783E
Text Example
Text Example
White with #7D783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D783E; }
p { color: rgb(125,120,62); }
H1.HeaderClassName
{
color: #7D783E;
}
.AnyTagClassName
{
color: #7D783E;
}
</style>
background-color css
<style>
a { background-color: #7D783E; }
a { background-color: rgb(125,120,62); }
div.DivClassName
{
background-color: #7D783E;
}
.BgClassName
{
background-color: #7D783E;
}
</style>
border-color css
<style>
span { border-color: #7D783E; }
span { border-color: rgb(125,120,62); }
td.TdClassName
{
border-color: #7D783E;
}
.TagClassName
{
border-color: #7D783E;
}
</style>