Shades of Crete #7E7E38
Tints of Crete #7E7E38
RGB
CMYK
RGB Variations
Color information
#7E7E38 (or 0x7E7E38) is known color: Crete. HEX triplet: 7E, 7E and 38. RGB value is (126,126,56). Sum of RGB (Red+Green+Blue) = 126+126+56=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 126 - color contains mainly: red, green. Hex color #7E7E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7E38 is #8181C7. Grayscale: #767676. Windows color (decimal): -8487368 or 3702398. OLE color: 3702398.
HSL color Cylindrical-coordinate representation of color #7E7E38: hue angle of 60º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E7E38 is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 126 | 56 | - |
| CMYK | 0 | 0 | 0.56 | 0.51 |
| HSL | 60º | 0.38% | 0.36% | - |
| HSV(B) | 60º | 0.56% | 0.49% | - |
| XYZ | 16.78 | 19.64 | 6.65 | - |
| YUV | 118.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 126 | 56 | 0 | 0 | 0.56 | 0.51 | 60 | 0.38 | 0.36 |
| Hex | 7E | 7E | 38 | 0 | 0 | 38 | 33 | 3C | 26 | 24 |
| Octal | 176 | 176 | 70 | 0 | 0 | 70 | 63 | 74 | 46 | 44 |
| Binary | 1111110 | 1111110 | 111000 | 0 | 0 | 111000 | 110011 | 111100 | 100110 | 100100 |
Color Harmonies of #7E7E38
Complementary color
Monochromatic Colors of #7E7E38
Black with #7E7E38
Text Example
Text Example
White with #7E7E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7E38; }
p { color: rgb(126,126,56); }
H1.HeaderClassName
{
color: #7E7E38;
}
.AnyTagClassName
{
color: #7E7E38;
}
</style>
background-color css
<style>
a { background-color: #7E7E38; }
a { background-color: rgb(126,126,56); }
div.DivClassName
{
background-color: #7E7E38;
}
.BgClassName
{
background-color: #7E7E38;
}
</style>
border-color css
<style>
span { border-color: #7E7E38; }
span { border-color: rgb(126,126,56); }
td.TdClassName
{
border-color: #7E7E38;
}
.TagClassName
{
border-color: #7E7E38;
}
</style>