Shades of Red Robin #7E4340
Tints of Red Robin #7E4340
RGB
CMYK
RGB Variations
Color information
#7E4340 (or 0x7E4340) is known color: Red Robin. HEX triplet: 7E, 43 and 40. RGB value is (126,67,64). Sum of RGB (Red+Green+Blue) = 126+67+64=257 (34% of max value = 765). Red value is 126 (49.61% from 255 or 49.03% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4340 is #81BCBF. Grayscale: #545454. Windows color (decimal): -8502464 or 4211582. OLE color: 4211582.
HSL color Cylindrical-coordinate representation of color #7E4340: hue angle of 2.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E4340 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 67 | 64 | - |
| CMYK | 0 | 0.47 | 0.49 | 0.51 |
| HSL | 2.9º | 0.33% | 0.37% | - |
| HSV(B) | 2.9º | 0.49% | 0.49% | - |
| XYZ | 11.54 | 8.82 | 5.94 | - |
| YUV | 84.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 67 | 64 | 0 | 0.47 | 0.49 | 0.51 | 2.9 | 0.33 | 0.37 |
| Hex | 7E | 43 | 40 | 0 | 2F | 31 | 33 | 3 | 21 | 25 |
| Octal | 176 | 103 | 100 | 0 | 57 | 61 | 63 | 3 | 41 | 45 |
| Binary | 1111110 | 1000011 | 1000000 | 0 | 101111 | 110001 | 110011 | 11 | 100001 | 100101 |
Color Harmonies of #7E4340
Complementary color
Monochromatic Colors of #7E4340
Black with #7E4340
Text Example
Text Example
White with #7E4340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4340; }
p { color: rgb(126,67,64); }
H1.HeaderClassName
{
color: #7E4340;
}
.AnyTagClassName
{
color: #7E4340;
}
</style>
background-color css
<style>
a { background-color: #7E4340; }
a { background-color: rgb(126,67,64); }
div.DivClassName
{
background-color: #7E4340;
}
.BgClassName
{
background-color: #7E4340;
}
</style>
border-color css
<style>
span { border-color: #7E4340; }
span { border-color: rgb(126,67,64); }
td.TdClassName
{
border-color: #7E4340;
}
.TagClassName
{
border-color: #7E4340;
}
</style>