Shades of Crete #7E7B36
Tints of Crete #7E7B36
RGB
CMYK
RGB Variations
Color information
#7E7B36 (or 0x7E7B36) is known color: Crete. HEX triplet: 7E, 7B and 36. RGB value is (126,123,54). Sum of RGB (Red+Green+Blue) = 126+123+54=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7B36 is #8184C9. Grayscale: #747474. Windows color (decimal): -8488138 or 3570558. OLE color: 3570558.
HSL color Cylindrical-coordinate representation of color #7E7B36: hue angle of 57.5º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7E7B36 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 123 | 54 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.51 |
| HSL | 57.5º | 0.4% | 0.35% | - |
| HSV(B) | 57.5º | 0.57% | 0.49% | - |
| XYZ | 16.35 | 18.87 | 6.27 | - |
| YUV | 116.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 54 | 0 | 0.02 | 0.57 | 0.51 | 57.5 | 0.4 | 0.35 |
| Hex | 7E | 7B | 36 | 0 | 2 | 39 | 33 | 3A | 28 | 23 |
| Octal | 176 | 173 | 66 | 0 | 2 | 71 | 63 | 72 | 50 | 43 |
| Binary | 1111110 | 1111011 | 110110 | 0 | 10 | 111001 | 110011 | 111010 | 101000 | 100011 |
Color Harmonies of #7E7B36
Complementary color
Monochromatic Colors of #7E7B36
Black with #7E7B36
Text Example
Text Example
White with #7E7B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7B36; }
p { color: rgb(126,123,54); }
H1.HeaderClassName
{
color: #7E7B36;
}
.AnyTagClassName
{
color: #7E7B36;
}
</style>
background-color css
<style>
a { background-color: #7E7B36; }
a { background-color: rgb(126,123,54); }
div.DivClassName
{
background-color: #7E7B36;
}
.BgClassName
{
background-color: #7E7B36;
}
</style>
border-color css
<style>
span { border-color: #7E7B36; }
span { border-color: rgb(126,123,54); }
td.TdClassName
{
border-color: #7E7B36;
}
.TagClassName
{
border-color: #7E7B36;
}
</style>