Shades of Red Robin #7A403E
Tints of Red Robin #7A403E
RGB
CMYK
RGB Variations
Color information
#7A403E (or 0x7A403E) is known color: Red Robin. HEX triplet: 7A, 40 and 3E. RGB value is (122,64,62). Sum of RGB (Red+Green+Blue) = 122+64+62=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A403E is #85BFC1. Grayscale: #515151. Windows color (decimal): -8765378 or 4079738. OLE color: 4079738.
HSL color Cylindrical-coordinate representation of color #7A403E: hue angle of 2º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A403E is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 62 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.52 |
| HSL | 2º | 0.33% | 0.36% | - |
| HSV(B) | 2º | 0.49% | 0.48% | - |
| XYZ | 10.73 | 8.15 | 5.57 | - |
| YUV | 81.11 | 117.22 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 62 | 0 | 0.48 | 0.49 | 0.52 | 2 | 0.33 | 0.36 |
| Hex | 7A | 40 | 3E | 0 | 30 | 31 | 34 | 2 | 21 | 24 |
| Octal | 172 | 100 | 76 | 0 | 60 | 61 | 64 | 2 | 41 | 44 |
| Binary | 1111010 | 1000000 | 111110 | 0 | 110000 | 110001 | 110100 | 10 | 100001 | 100100 |
Color Harmonies of #7A403E
Complementary color
Monochromatic Colors of #7A403E
Black with #7A403E
Text Example
Text Example
White with #7A403E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A403E; }
p { color: rgb(122,64,62); }
H1.HeaderClassName
{
color: #7A403E;
}
.AnyTagClassName
{
color: #7A403E;
}
</style>
background-color css
<style>
a { background-color: #7A403E; }
a { background-color: rgb(122,64,62); }
div.DivClassName
{
background-color: #7A403E;
}
.BgClassName
{
background-color: #7A403E;
}
</style>
border-color css
<style>
span { border-color: #7A403E; }
span { border-color: rgb(122,64,62); }
td.TdClassName
{
border-color: #7A403E;
}
.TagClassName
{
border-color: #7A403E;
}
</style>