Shades of Red Robin #7B4237
Tints of Red Robin #7B4237
RGB
CMYK
RGB Variations
Color information
#7B4237 (or 0x7B4237) is known color: Red Robin. HEX triplet: 7B, 42 and 37. RGB value is (123,66,55). Sum of RGB (Red+Green+Blue) = 123+66+55=244 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.41% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4237 is #84BDC8. Grayscale: #515151. Windows color (decimal): -8699337 or 3621499. OLE color: 3621499.
HSL color Cylindrical-coordinate representation of color #7B4237: hue angle of 9.71º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7B4237 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 55 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.52 |
| HSL | 9.71º | 0.38% | 0.35% | - |
| HSV(B) | 9.71º | 0.55% | 0.48% | - |
| XYZ | 10.81 | 8.38 | 4.66 | - |
| YUV | 81.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 55 | 0 | 0.46 | 0.55 | 0.52 | 9.71 | 0.38 | 0.35 |
| Hex | 7B | 42 | 37 | 0 | 2E | 37 | 34 | A | 26 | 23 |
| Octal | 173 | 102 | 67 | 0 | 56 | 67 | 64 | 12 | 46 | 43 |
| Binary | 1111011 | 1000010 | 110111 | 0 | 101110 | 110111 | 110100 | 1010 | 100110 | 100011 |
Color Harmonies of #7B4237
Complementary color
Monochromatic Colors of #7B4237
Black with #7B4237
Text Example
Text Example
White with #7B4237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4237; }
p { color: rgb(123,66,55); }
H1.HeaderClassName
{
color: #7B4237;
}
.AnyTagClassName
{
color: #7B4237;
}
</style>
background-color css
<style>
a { background-color: #7B4237; }
a { background-color: rgb(123,66,55); }
div.DivClassName
{
background-color: #7B4237;
}
.BgClassName
{
background-color: #7B4237;
}
</style>
border-color css
<style>
span { border-color: #7B4237; }
span { border-color: rgb(123,66,55); }
td.TdClassName
{
border-color: #7B4237;
}
.TagClassName
{
border-color: #7B4237;
}
</style>