Shades of Red Robin #7C403E
Tints of Red Robin #7C403E
RGB
CMYK
RGB Variations
Color information
#7C403E (or 0x7C403E) is known color: Red Robin. HEX triplet: 7C, 40 and 3E. RGB value is (124,64,62). Sum of RGB (Red+Green+Blue) = 124+64+62=250 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.6% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 124 - color contains mainly: red. Hex color #7C403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C403E is #83BFC1. Grayscale: #515151. Windows color (decimal): -8634306 or 4079740. OLE color: 4079740.
HSL color Cylindrical-coordinate representation of color #7C403E: hue angle of 1.94º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C403E is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 62 | - |
| CMYK | 0 | 0.48 | 0.5 | 0.51 |
| HSL | 1.94º | 0.33% | 0.36% | - |
| HSV(B) | 1.94º | 0.5% | 0.49% | - |
| XYZ | 11.02 | 8.3 | 5.58 | - |
| YUV | 81.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 62 | 0 | 0.48 | 0.5 | 0.51 | 1.94 | 0.33 | 0.36 |
| Hex | 7C | 40 | 3E | 0 | 30 | 32 | 33 | 2 | 21 | 24 |
| Octal | 174 | 100 | 76 | 0 | 60 | 62 | 63 | 2 | 41 | 44 |
| Binary | 1111100 | 1000000 | 111110 | 0 | 110000 | 110010 | 110011 | 10 | 100001 | 100100 |
Color Harmonies of #7C403E
Complementary color
Monochromatic Colors of #7C403E
Black with #7C403E
Text Example
Text Example
White with #7C403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C403E; }
p { color: rgb(124,64,62); }
H1.HeaderClassName
{
color: #7C403E;
}
.AnyTagClassName
{
color: #7C403E;
}
</style>
background-color css
<style>
a { background-color: #7C403E; }
a { background-color: rgb(124,64,62); }
div.DivClassName
{
background-color: #7C403E;
}
.BgClassName
{
background-color: #7C403E;
}
</style>
border-color css
<style>
span { border-color: #7C403E; }
span { border-color: rgb(124,64,62); }
td.TdClassName
{
border-color: #7C403E;
}
.TagClassName
{
border-color: #7C403E;
}
</style>