Shades of Red Robin #7A3B3B
Tints of Red Robin #7A3B3B
RGB
CMYK
RGB Variations
Color information
#7A3B3B (or 0x7A3B3B) is known color: Red Robin. HEX triplet: 7A, 3B and 3B. RGB value is (122,59,59). Sum of RGB (Red+Green+Blue) = 122+59+59=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3B3B is #85C4C4. Grayscale: #4D4D4D. Windows color (decimal): -8766661 or 3881850. OLE color: 3881850.
HSL color Cylindrical-coordinate representation of color #7A3B3B: hue angle of 0º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A3B3B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 59 | 59 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.52 |
| HSL | 0º | 0.35% | 0.35% | - |
| HSV(B) | 0º | 0.52% | 0.48% | - |
| XYZ | 10.38 | 7.58 | 5.05 | - |
| YUV | 77.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 59 | 59 | 0 | 0.52 | 0.52 | 0.52 | 0 | 0.35 | 0.35 |
| Hex | 7A | 3B | 3B | 0 | 34 | 34 | 34 | 0 | 23 | 23 |
| Octal | 172 | 73 | 73 | 0 | 64 | 64 | 64 | 0 | 43 | 43 |
| Binary | 1111010 | 111011 | 111011 | 0 | 110100 | 110100 | 110100 | 0 | 100011 | 100011 |
Color Harmonies of #7A3B3B
Complementary color
Monochromatic Colors of #7A3B3B
Black with #7A3B3B
Text Example
Text Example
White with #7A3B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3B3B; }
p { color: rgb(122,59,59); }
H1.HeaderClassName
{
color: #7A3B3B;
}
.AnyTagClassName
{
color: #7A3B3B;
}
</style>
background-color css
<style>
a { background-color: #7A3B3B; }
a { background-color: rgb(122,59,59); }
div.DivClassName
{
background-color: #7A3B3B;
}
.BgClassName
{
background-color: #7A3B3B;
}
</style>
border-color css
<style>
span { border-color: #7A3B3B; }
span { border-color: rgb(122,59,59); }
td.TdClassName
{
border-color: #7A3B3B;
}
.TagClassName
{
border-color: #7A3B3B;
}
</style>