Shades of Red Robin #7E4237
Tints of Red Robin #7E4237
RGB
CMYK
RGB Variations
Color information
#7E4237 (or 0x7E4237) is known color: Red Robin. HEX triplet: 7E, 42 and 37. RGB value is (126,66,55). Sum of RGB (Red+Green+Blue) = 126+66+55=247 (32% of max value = 765). Red value is 126 (49.61% from 255 or 51.01% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4237 is #81BDC8. Grayscale: #525252. Windows color (decimal): -8502729 or 3621502. OLE color: 3621502.
HSL color Cylindrical-coordinate representation of color #7E4237: hue angle of 9.3º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7E4237 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 66 | 55 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.51 |
| HSL | 9.3º | 0.39% | 0.35% | - |
| HSV(B) | 9.3º | 0.56% | 0.49% | - |
| XYZ | 11.24 | 8.61 | 4.68 | - |
| YUV | 82.69 | 112.38 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 66 | 55 | 0 | 0.48 | 0.56 | 0.51 | 9.3 | 0.39 | 0.35 |
| Hex | 7E | 42 | 37 | 0 | 30 | 38 | 33 | 9 | 27 | 23 |
| Octal | 176 | 102 | 67 | 0 | 60 | 70 | 63 | 11 | 47 | 43 |
| Binary | 1111110 | 1000010 | 110111 | 0 | 110000 | 111000 | 110011 | 1001 | 100111 | 100011 |
Color Harmonies of #7E4237
Complementary color
Monochromatic Colors of #7E4237
Black with #7E4237
Text Example
Text Example
White with #7E4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4237; }
p { color: rgb(126,66,55); }
H1.HeaderClassName
{
color: #7E4237;
}
.AnyTagClassName
{
color: #7E4237;
}
</style>
background-color css
<style>
a { background-color: #7E4237; }
a { background-color: rgb(126,66,55); }
div.DivClassName
{
background-color: #7E4237;
}
.BgClassName
{
background-color: #7E4237;
}
</style>
border-color css
<style>
span { border-color: #7E4237; }
span { border-color: rgb(126,66,55); }
td.TdClassName
{
border-color: #7E4237;
}
.TagClassName
{
border-color: #7E4237;
}
</style>