Shades of Old Brick #7E3536
Tints of Old Brick #7E3536
RGB
CMYK
RGB Variations
Color information
#7E3536 (or 0x7E3536) is known color: Old Brick. HEX triplet: 7E, 35 and 36. RGB value is (126,53,54). Sum of RGB (Red+Green+Blue) = 126+53+54=233 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.08% from 233); Green value is 53 (21.09% from 255 or 22.75% from 233); Blue value is 54 (21.48% from 255 or 23.18% from 233); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3536 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3536 is #81CAC9. Grayscale: #4B4B4B. Windows color (decimal): -8506058 or 3552638. OLE color: 3552638.
HSL color Cylindrical-coordinate representation of color #7E3536: hue angle of 359.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 #7E3536 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 54 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.51 |
| HSL | 359.18º | 0.41% | 0.35% | - |
| HSV(B) | 359.18º | 0.58% | 0.49% | - |
| XYZ | 10.54 | 7.25 | 4.33 | - |
| YUV | 74.94 | 116.18 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 54 | 0 | 0.58 | 0.57 | 0.51 | 359.18 | 0.41 | 0.35 |
| Hex | 7E | 35 | 36 | 0 | 3A | 39 | 33 | 167 | 29 | 23 |
| Octal | 176 | 65 | 66 | 0 | 72 | 71 | 63 | 547 | 51 | 43 |
| Binary | 1111110 | 110101 | 110110 | 0 | 111010 | 111001 | 110011 | 101100111 | 101001 | 100011 |
Color Harmonies of #7E3536
Complementary color
Monochromatic Colors of #7E3536
Black with #7E3536
Text Example
Text Example
White with #7E3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3536; }
p { color: rgb(126,53,54); }
H1.HeaderClassName
{
color: #7E3536;
}
.AnyTagClassName
{
color: #7E3536;
}
</style>
background-color css
<style>
a { background-color: #7E3536; }
a { background-color: rgb(126,53,54); }
div.DivClassName
{
background-color: #7E3536;
}
.BgClassName
{
background-color: #7E3536;
}
</style>
border-color css
<style>
span { border-color: #7E3536; }
span { border-color: rgb(126,53,54); }
td.TdClassName
{
border-color: #7E3536;
}
.TagClassName
{
border-color: #7E3536;
}
</style>