Shades of Crete #7E7D35
Tints of Crete #7E7D35
RGB
CMYK
RGB Variations
Color information
#7E7D35 (or 0x7E7D35) is known color: Crete. HEX triplet: 7E, 7D and 35. RGB value is (126,125,53). Sum of RGB (Red+Green+Blue) = 126+125+53=304 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.45% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E7D35 is #8182CA. Grayscale: #757575. Windows color (decimal): -8487627 or 3505534. OLE color: 3505534.
HSL color Cylindrical-coordinate representation of color #7E7D35: hue angle of 59.18º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7E7D35 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 125 | 53 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.51 |
| HSL | 59.18º | 0.41% | 0.35% | - |
| HSV(B) | 59.18º | 0.58% | 0.49% | - |
| XYZ | 16.58 | 19.36 | 6.23 | - |
| YUV | 117.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 125 | 53 | 0 | 0.01 | 0.58 | 0.51 | 59.18 | 0.41 | 0.35 |
| Hex | 7E | 7D | 35 | 0 | 1 | 3A | 33 | 3B | 29 | 23 |
| Octal | 176 | 175 | 65 | 0 | 1 | 72 | 63 | 73 | 51 | 43 |
| Binary | 1111110 | 1111101 | 110101 | 0 | 1 | 111010 | 110011 | 111011 | 101001 | 100011 |
Color Harmonies of #7E7D35
Complementary color
Monochromatic Colors of #7E7D35
Black with #7E7D35
Text Example
Text Example
White with #7E7D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7D35; }
p { color: rgb(126,125,53); }
H1.HeaderClassName
{
color: #7E7D35;
}
.AnyTagClassName
{
color: #7E7D35;
}
</style>
background-color css
<style>
a { background-color: #7E7D35; }
a { background-color: rgb(126,125,53); }
div.DivClassName
{
background-color: #7E7D35;
}
.BgClassName
{
background-color: #7E7D35;
}
</style>
border-color css
<style>
span { border-color: #7E7D35; }
span { border-color: rgb(126,125,53); }
td.TdClassName
{
border-color: #7E7D35;
}
.TagClassName
{
border-color: #7E7D35;
}
</style>