Shades of Red Robin #7B403C
Tints of Red Robin #7B403C
RGB
CMYK
RGB Variations
Color information
#7B403C (or 0x7B403C) is known color: Red Robin. HEX triplet: 7B, 40 and 3C. RGB value is (123,64,60). Sum of RGB (Red+Green+Blue) = 123+64+60=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B403C is #84BFC3. Grayscale: #515151. Windows color (decimal): -8699844 or 3948667. OLE color: 3948667.
HSL color Cylindrical-coordinate representation of color #7B403C: hue angle of 3.81º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B403C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 60 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.52 |
| HSL | 3.81º | 0.34% | 0.36% | - |
| HSV(B) | 3.81º | 0.51% | 0.48% | - |
| XYZ | 10.82 | 8.2 | 5.29 | - |
| YUV | 81.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 60 | 0 | 0.48 | 0.51 | 0.52 | 3.81 | 0.34 | 0.36 |
| Hex | 7B | 40 | 3C | 0 | 30 | 33 | 34 | 4 | 22 | 24 |
| Octal | 173 | 100 | 74 | 0 | 60 | 63 | 64 | 4 | 42 | 44 |
| Binary | 1111011 | 1000000 | 111100 | 0 | 110000 | 110011 | 110100 | 100 | 100010 | 100100 |
Color Harmonies of #7B403C
Complementary color
Monochromatic Colors of #7B403C
Black with #7B403C
Text Example
Text Example
White with #7B403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B403C; }
p { color: rgb(123,64,60); }
H1.HeaderClassName
{
color: #7B403C;
}
.AnyTagClassName
{
color: #7B403C;
}
</style>
background-color css
<style>
a { background-color: #7B403C; }
a { background-color: rgb(123,64,60); }
div.DivClassName
{
background-color: #7B403C;
}
.BgClassName
{
background-color: #7B403C;
}
</style>
border-color css
<style>
span { border-color: #7B403C; }
span { border-color: rgb(123,64,60); }
td.TdClassName
{
border-color: #7B403C;
}
.TagClassName
{
border-color: #7B403C;
}
</style>