Shades of Red Robin #7B403A
Tints of Red Robin #7B403A
RGB
CMYK
RGB Variations
Color information
#7B403A (or 0x7B403A) is known color: Red Robin. HEX triplet: 7B, 40 and 3A. RGB value is (123,64,58). Sum of RGB (Red+Green+Blue) = 123+64+58=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B403A is #84BFC5. Grayscale: #515151. Windows color (decimal): -8699846 or 3817595. OLE color: 3817595.
HSL color Cylindrical-coordinate representation of color #7B403A: hue angle of 5.54º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B403A is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 58 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.52 |
| HSL | 5.54º | 0.36% | 0.35% | - |
| HSV(B) | 5.54º | 0.53% | 0.48% | - |
| XYZ | 10.77 | 8.18 | 5.02 | - |
| YUV | 80.96 | 115.05 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 58 | 0 | 0.48 | 0.53 | 0.52 | 5.54 | 0.36 | 0.35 |
| Hex | 7B | 40 | 3A | 0 | 30 | 35 | 34 | 6 | 24 | 23 |
| Octal | 173 | 100 | 72 | 0 | 60 | 65 | 64 | 6 | 44 | 43 |
| Binary | 1111011 | 1000000 | 111010 | 0 | 110000 | 110101 | 110100 | 110 | 100100 | 100011 |
Color Harmonies of #7B403A
Complementary color
Monochromatic Colors of #7B403A
Black with #7B403A
Text Example
Text Example
White with #7B403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B403A; }
p { color: rgb(123,64,58); }
H1.HeaderClassName
{
color: #7B403A;
}
.AnyTagClassName
{
color: #7B403A;
}
</style>
background-color css
<style>
a { background-color: #7B403A; }
a { background-color: rgb(123,64,58); }
div.DivClassName
{
background-color: #7B403A;
}
.BgClassName
{
background-color: #7B403A;
}
</style>
border-color css
<style>
span { border-color: #7B403A; }
span { border-color: rgb(123,64,58); }
td.TdClassName
{
border-color: #7B403A;
}
.TagClassName
{
border-color: #7B403A;
}
</style>