Shades of Old Brick #7E3435
Tints of Old Brick #7E3435
RGB
CMYK
RGB Variations
Color information
#7E3435 (or 0x7E3435) is known color: Old Brick. HEX triplet: 7E, 34 and 35. RGB value is (126,52,53). Sum of RGB (Red+Green+Blue) = 126+52+53=231 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.55% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3435 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3435 is #81CBCA. Grayscale: #4A4A4A. Windows color (decimal): -8506315 or 3486846. OLE color: 3486846.
HSL color Cylindrical-coordinate representation of color #7E3435: hue angle of 359.19º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3435 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 53 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.51 |
| HSL | 359.19º | 0.42% | 0.35% | - |
| HSV(B) | 359.19º | 0.59% | 0.49% | - |
| XYZ | 10.47 | 7.15 | 4.2 | - |
| YUV | 74.24 | 116.02 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 53 | 0 | 0.59 | 0.58 | 0.51 | 359.19 | 0.42 | 0.35 |
| Hex | 7E | 34 | 35 | 0 | 3B | 3A | 33 | 167 | 2A | 23 |
| Octal | 176 | 64 | 65 | 0 | 73 | 72 | 63 | 547 | 52 | 43 |
| Binary | 1111110 | 110100 | 110101 | 0 | 111011 | 111010 | 110011 | 101100111 | 101010 | 100011 |
Color Harmonies of #7E3435
Complementary color
Monochromatic Colors of #7E3435
Black with #7E3435
Text Example
Text Example
White with #7E3435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3435; }
p { color: rgb(126,52,53); }
H1.HeaderClassName
{
color: #7E3435;
}
.AnyTagClassName
{
color: #7E3435;
}
</style>
background-color css
<style>
a { background-color: #7E3435; }
a { background-color: rgb(126,52,53); }
div.DivClassName
{
background-color: #7E3435;
}
.BgClassName
{
background-color: #7E3435;
}
</style>
border-color css
<style>
span { border-color: #7E3435; }
span { border-color: rgb(126,52,53); }
td.TdClassName
{
border-color: #7E3435;
}
.TagClassName
{
border-color: #7E3435;
}
</style>