Shades of Crete #7E7D33
Tints of Crete #7E7D33
RGB
CMYK
RGB Variations
Color information
#7E7D33 (or 0x7E7D33) is known color: Crete. HEX triplet: 7E, 7D and 33. RGB value is (126,125,51). Sum of RGB (Red+Green+Blue) = 126+125+51=302 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.72% from 302); Green value is 125 (49.22% from 255 or 41.39% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D33 is #8182CC. Grayscale: #757575. Windows color (decimal): -8487629 or 3374462. OLE color: 3374462.
HSL color Cylindrical-coordinate representation of color #7E7D33: hue angle of 59.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E7D33 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 125 | 51 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.51 |
| HSL | 59.2º | 0.42% | 0.35% | - |
| HSV(B) | 59.2º | 0.6% | 0.49% | - |
| XYZ | 16.54 | 19.34 | 5.99 | - |
| YUV | 116.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 51 | 0 | 0.01 | 0.60 | 0.51 | 59.2 | 0.42 | 0.35 |
| Hex | 7E | 7D | 33 | 0 | 1 | 3C | 33 | 3B | 2A | 23 |
| Octal | 176 | 175 | 63 | 0 | 1 | 74 | 63 | 73 | 52 | 43 |
| Binary | 1111110 | 1111101 | 110011 | 0 | 1 | 111100 | 110011 | 111011 | 101010 | 100011 |
Color Harmonies of #7E7D33
Complementary color
Monochromatic Colors of #7E7D33
Black with #7E7D33
Text Example
Text Example
White with #7E7D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D33; }
p { color: rgb(126,125,51); }
H1.HeaderClassName
{
color: #7E7D33;
}
.AnyTagClassName
{
color: #7E7D33;
}
</style>
background-color css
<style>
a { background-color: #7E7D33; }
a { background-color: rgb(126,125,51); }
div.DivClassName
{
background-color: #7E7D33;
}
.BgClassName
{
background-color: #7E7D33;
}
</style>
border-color css
<style>
span { border-color: #7E7D33; }
span { border-color: rgb(126,125,51); }
td.TdClassName
{
border-color: #7E7D33;
}
.TagClassName
{
border-color: #7E7D33;
}
</style>