Shades of Red Robin #7C4036
Tints of Red Robin #7C4036
RGB
CMYK
RGB Variations
Color information
#7C4036 (or 0x7C4036) is known color: Red Robin. HEX triplet: 7C, 40 and 36. RGB value is (124,64,54). Sum of RGB (Red+Green+Blue) = 124+64+54=242 (32% of max value = 765). Red value is 124 (48.83% from 255 or 51.24% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4036 is #83BFC9. Grayscale: #505050. Windows color (decimal): -8634314 or 3555452. OLE color: 3555452.
HSL color Cylindrical-coordinate representation of color #7C4036: hue angle of 8.57º 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 #7C4036 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 54 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.51 |
| HSL | 8.57º | 0.39% | 0.35% | - |
| HSV(B) | 8.57º | 0.56% | 0.49% | - |
| XYZ | 10.81 | 8.22 | 4.51 | - |
| YUV | 80.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 54 | 0 | 0.48 | 0.56 | 0.51 | 8.57 | 0.39 | 0.35 |
| Hex | 7C | 40 | 36 | 0 | 30 | 38 | 33 | 9 | 27 | 23 |
| Octal | 174 | 100 | 66 | 0 | 60 | 70 | 63 | 11 | 47 | 43 |
| Binary | 1111100 | 1000000 | 110110 | 0 | 110000 | 111000 | 110011 | 1001 | 100111 | 100011 |
Color Harmonies of #7C4036
Complementary color
Monochromatic Colors of #7C4036
Black with #7C4036
Text Example
Text Example
White with #7C4036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4036; }
p { color: rgb(124,64,54); }
H1.HeaderClassName
{
color: #7C4036;
}
.AnyTagClassName
{
color: #7C4036;
}
</style>
background-color css
<style>
a { background-color: #7C4036; }
a { background-color: rgb(124,64,54); }
div.DivClassName
{
background-color: #7C4036;
}
.BgClassName
{
background-color: #7C4036;
}
</style>
border-color css
<style>
span { border-color: #7C4036; }
span { border-color: rgb(124,64,54); }
td.TdClassName
{
border-color: #7C4036;
}
.TagClassName
{
border-color: #7C4036;
}
</style>