Shades of Red Robin #7B403F
Tints of Red Robin #7B403F
RGB
CMYK
RGB Variations
Color information
#7B403F (or 0x7B403F) is known color: Red Robin. HEX triplet: 7B, 40 and 3F. RGB value is (123,64,63). Sum of RGB (Red+Green+Blue) = 123+64+63=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B403F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B403F is #84BFC0. Grayscale: #515151. Windows color (decimal): -8699841 or 4145275. OLE color: 4145275.
HSL color Cylindrical-coordinate representation of color #7B403F: hue angle of 1º degrees, saturation: 0.32, 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 #7B403F is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 63 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.52 |
| HSL | 1º | 0.32% | 0.36% | - |
| HSV(B) | 1º | 0.49% | 0.48% | - |
| XYZ | 10.9 | 8.24 | 5.72 | - |
| YUV | 81.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 63 | 0 | 0.48 | 0.49 | 0.52 | 1 | 0.32 | 0.36 |
| Hex | 7B | 40 | 3F | 0 | 30 | 31 | 34 | 1 | 20 | 24 |
| Octal | 173 | 100 | 77 | 0 | 60 | 61 | 64 | 1 | 40 | 44 |
| Binary | 1111011 | 1000000 | 111111 | 0 | 110000 | 110001 | 110100 | 1 | 100000 | 100100 |
Color Harmonies of #7B403F
Complementary color
Monochromatic Colors of #7B403F
Black with #7B403F
Text Example
Text Example
White with #7B403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B403F; }
p { color: rgb(123,64,63); }
H1.HeaderClassName
{
color: #7B403F;
}
.AnyTagClassName
{
color: #7B403F;
}
</style>
background-color css
<style>
a { background-color: #7B403F; }
a { background-color: rgb(123,64,63); }
div.DivClassName
{
background-color: #7B403F;
}
.BgClassName
{
background-color: #7B403F;
}
</style>
border-color css
<style>
span { border-color: #7B403F; }
span { border-color: rgb(123,64,63); }
td.TdClassName
{
border-color: #7B403F;
}
.TagClassName
{
border-color: #7B403F;
}
</style>