Shades of Red Robin #7C3C37
Tints of Red Robin #7C3C37
RGB
CMYK
RGB Variations
Color information
#7C3C37 (or 0x7C3C37) is known color: Red Robin. HEX triplet: 7C, 3C and 37. RGB value is (124,60,55). Sum of RGB (Red+Green+Blue) = 124+60+55=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3C37 is #83C3C8. Grayscale: #4E4E4E. Windows color (decimal): -8635337 or 3619964. OLE color: 3619964.
HSL color Cylindrical-coordinate representation of color #7C3C37: hue angle of 4.35º 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 #7C3C37 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 60 | 55 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.51 |
| HSL | 4.35º | 0.39% | 0.35% | - |
| HSV(B) | 4.35º | 0.56% | 0.49% | - |
| XYZ | 10.62 | 7.79 | 4.56 | - |
| YUV | 78.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 60 | 55 | 0 | 0.52 | 0.56 | 0.51 | 4.35 | 0.39 | 0.35 |
| Hex | 7C | 3C | 37 | 0 | 34 | 38 | 33 | 4 | 27 | 23 |
| Octal | 174 | 74 | 67 | 0 | 64 | 70 | 63 | 4 | 47 | 43 |
| Binary | 1111100 | 111100 | 110111 | 0 | 110100 | 111000 | 110011 | 100 | 100111 | 100011 |
Color Harmonies of #7C3C37
Complementary color
Monochromatic Colors of #7C3C37
Black with #7C3C37
Text Example
Text Example
White with #7C3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3C37; }
p { color: rgb(124,60,55); }
H1.HeaderClassName
{
color: #7C3C37;
}
.AnyTagClassName
{
color: #7C3C37;
}
</style>
background-color css
<style>
a { background-color: #7C3C37; }
a { background-color: rgb(124,60,55); }
div.DivClassName
{
background-color: #7C3C37;
}
.BgClassName
{
background-color: #7C3C37;
}
</style>
border-color css
<style>
span { border-color: #7C3C37; }
span { border-color: rgb(124,60,55); }
td.TdClassName
{
border-color: #7C3C37;
}
.TagClassName
{
border-color: #7C3C37;
}
</style>