Shades of Red Robin #7B3D3D
Tints of Red Robin #7B3D3D
RGB
CMYK
RGB Variations
Color information
#7B3D3D (or 0x7B3D3D) is known color: Red Robin. HEX triplet: 7B, 3D and 3D. RGB value is (123,61,61). Sum of RGB (Red+Green+Blue) = 123+61+61=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 61 (24.22% from 255 or 24.90% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B3D3D is #84C2C2. Grayscale: #4F4F4F. Windows color (decimal): -8700611 or 4013435. OLE color: 4013435.
HSL color Cylindrical-coordinate representation of color #7B3D3D: hue angle of 0º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3D3D is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 61 | 61 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.52 |
| HSL | 0º | 0.34% | 0.36% | - |
| HSV(B) | 0º | 0.5% | 0.48% | - |
| XYZ | 10.68 | 7.89 | 5.37 | - |
| YUV | 79.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 61 | 61 | 0 | 0.50 | 0.50 | 0.52 | 0 | 0.34 | 0.36 |
| Hex | 7B | 3D | 3D | 0 | 32 | 32 | 34 | 0 | 22 | 24 |
| Octal | 173 | 75 | 75 | 0 | 62 | 62 | 64 | 0 | 42 | 44 |
| Binary | 1111011 | 111101 | 111101 | 0 | 110010 | 110010 | 110100 | 0 | 100010 | 100100 |
Color Harmonies of #7B3D3D
Complementary color
Monochromatic Colors of #7B3D3D
Black with #7B3D3D
Text Example
Text Example
White with #7B3D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3D3D; }
p { color: rgb(123,61,61); }
H1.HeaderClassName
{
color: #7B3D3D;
}
.AnyTagClassName
{
color: #7B3D3D;
}
</style>
background-color css
<style>
a { background-color: #7B3D3D; }
a { background-color: rgb(123,61,61); }
div.DivClassName
{
background-color: #7B3D3D;
}
.BgClassName
{
background-color: #7B3D3D;
}
</style>
border-color css
<style>
span { border-color: #7B3D3D; }
span { border-color: rgb(123,61,61); }
td.TdClassName
{
border-color: #7B3D3D;
}
.TagClassName
{
border-color: #7B3D3D;
}
</style>