Shades of Red Robin #7A3D3C
Tints of Red Robin #7A3D3C
RGB
CMYK
RGB Variations
Color information
#7A3D3C (or 0x7A3D3C) is known color: Red Robin. HEX triplet: 7A, 3D and 3C. RGB value is (122,61,60). Sum of RGB (Red+Green+Blue) = 122+61+60=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 60 (23.83% from 255 or 24.69% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3D3C is #85C2C3. Grayscale: #4F4F4F. Windows color (decimal): -8766148 or 3947898. OLE color: 3947898.
HSL color Cylindrical-coordinate representation of color #7A3D3C: hue angle of 0.97º 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 #7A3D3C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 60 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.52 |
| HSL | 0.97º | 0.34% | 0.36% | - |
| HSV(B) | 0.97º | 0.51% | 0.48% | - |
| XYZ | 10.51 | 7.8 | 5.23 | - |
| YUV | 79.13 | 117.21 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 60 | 0 | 0.50 | 0.51 | 0.52 | 0.97 | 0.34 | 0.36 |
| Hex | 7A | 3D | 3C | 0 | 32 | 33 | 34 | 1 | 22 | 24 |
| Octal | 172 | 75 | 74 | 0 | 62 | 63 | 64 | 1 | 42 | 44 |
| Binary | 1111010 | 111101 | 111100 | 0 | 110010 | 110011 | 110100 | 1 | 100010 | 100100 |
Color Harmonies of #7A3D3C
Complementary color
Monochromatic Colors of #7A3D3C
Black with #7A3D3C
Text Example
Text Example
White with #7A3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D3C; }
p { color: rgb(122,61,60); }
H1.HeaderClassName
{
color: #7A3D3C;
}
.AnyTagClassName
{
color: #7A3D3C;
}
</style>
background-color css
<style>
a { background-color: #7A3D3C; }
a { background-color: rgb(122,61,60); }
div.DivClassName
{
background-color: #7A3D3C;
}
.BgClassName
{
background-color: #7A3D3C;
}
</style>
border-color css
<style>
span { border-color: #7A3D3C; }
span { border-color: rgb(122,61,60); }
td.TdClassName
{
border-color: #7A3D3C;
}
.TagClassName
{
border-color: #7A3D3C;
}
</style>