Shades of Red Robin #7C3E36
Tints of Red Robin #7C3E36
RGB
CMYK
RGB Variations
Color information
#7C3E36 (or 0x7C3E36) is known color: Red Robin. HEX triplet: 7C, 3E and 36. RGB value is (124,62,54). Sum of RGB (Red+Green+Blue) = 124+62+54=240 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.67% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 54 (21.48% from 255 or 22.5% from 240); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3E36 is #83C1C9. Grayscale: #4F4F4F. Windows color (decimal): -8634826 or 3554940. OLE color: 3554940.
HSL color Cylindrical-coordinate representation of color #7C3E36: hue angle of 6.86º 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 #7C3E36 is Cyan = 0, Magento = 0.5, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 62 | 54 | - |
| CMYK | 0 | 0.5 | 0.56 | 0.51 |
| HSL | 6.86º | 0.39% | 0.35% | - |
| HSV(B) | 6.86º | 0.56% | 0.49% | - |
| XYZ | 10.7 | 8 | 4.47 | - |
| YUV | 79.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 62 | 54 | 0 | 0.5 | 0.56 | 0.51 | 6.86 | 0.39 | 0.35 |
| Hex | 7C | 3E | 36 | 0 | 32 | 38 | 33 | 7 | 27 | 23 |
| Octal | 174 | 76 | 66 | 0 | 62 | 70 | 63 | 7 | 47 | 43 |
| Binary | 1111100 | 111110 | 110110 | 0 | 110010 | 111000 | 110011 | 111 | 100111 | 100011 |
Color Harmonies of #7C3E36
Complementary color
Monochromatic Colors of #7C3E36
Black with #7C3E36
Text Example
Text Example
White with #7C3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3E36; }
p { color: rgb(124,62,54); }
H1.HeaderClassName
{
color: #7C3E36;
}
.AnyTagClassName
{
color: #7C3E36;
}
</style>
background-color css
<style>
a { background-color: #7C3E36; }
a { background-color: rgb(124,62,54); }
div.DivClassName
{
background-color: #7C3E36;
}
.BgClassName
{
background-color: #7C3E36;
}
</style>
border-color css
<style>
span { border-color: #7C3E36; }
span { border-color: rgb(124,62,54); }
td.TdClassName
{
border-color: #7C3E36;
}
.TagClassName
{
border-color: #7C3E36;
}
</style>