Shades of Crete #7E733B
Tints of Crete #7E733B
RGB
CMYK
RGB Variations
Color information
#7E733B (or 0x7E733B) is known color: Crete. HEX triplet: 7E, 73 and 3B. RGB value is (126,115,59). Sum of RGB (Red+Green+Blue) = 126+115+59=300 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 126 - color contains mainly: red. Hex color #7E733B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E733B is #818CC4. Grayscale: #707070. Windows color (decimal): -8490181 or 3896190. OLE color: 3896190.
HSL color Cylindrical-coordinate representation of color #7E733B: hue angle of 50.15º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7E733B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 115 | 59 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.51 |
| HSL | 50.15º | 0.36% | 0.36% | - |
| HSV(B) | 50.15º | 0.53% | 0.49% | - |
| XYZ | 15.52 | 17.01 | 6.6 | - |
| YUV | 111.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 115 | 59 | 0 | 0.09 | 0.53 | 0.51 | 50.15 | 0.36 | 0.36 |
| Hex | 7E | 73 | 3B | 0 | 9 | 35 | 33 | 32 | 24 | 24 |
| Octal | 176 | 163 | 73 | 0 | 11 | 65 | 63 | 62 | 44 | 44 |
| Binary | 1111110 | 1110011 | 111011 | 0 | 1001 | 110101 | 110011 | 110010 | 100100 | 100100 |
Color Harmonies of #7E733B
Complementary color
Monochromatic Colors of #7E733B
Black with #7E733B
Text Example
Text Example
White with #7E733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E733B; }
p { color: rgb(126,115,59); }
H1.HeaderClassName
{
color: #7E733B;
}
.AnyTagClassName
{
color: #7E733B;
}
</style>
background-color css
<style>
a { background-color: #7E733B; }
a { background-color: rgb(126,115,59); }
div.DivClassName
{
background-color: #7E733B;
}
.BgClassName
{
background-color: #7E733B;
}
</style>
border-color css
<style>
span { border-color: #7E733B; }
span { border-color: rgb(126,115,59); }
td.TdClassName
{
border-color: #7E733B;
}
.TagClassName
{
border-color: #7E733B;
}
</style>