Shades of Red Robin #7A3F36
Tints of Red Robin #7A3F36
RGB
CMYK
RGB Variations
Color information
#7A3F36 (or 0x7A3F36) is known color: Red Robin. HEX triplet: 7A, 3F and 36. RGB value is (122,63,54). Sum of RGB (Red+Green+Blue) = 122+63+54=239 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.05% from 239); Green value is 63 (25% from 255 or 26.36% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F36 is #85C0C9. Grayscale: #4F4F4F. Windows color (decimal): -8765642 or 3555194. OLE color: 3555194.
HSL color Cylindrical-coordinate representation of color #7A3F36: hue angle of 7.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A3F36 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 63 | 54 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.52 |
| HSL | 7.94º | 0.39% | 0.35% | - |
| HSV(B) | 7.94º | 0.56% | 0.48% | - |
| XYZ | 10.47 | 7.96 | 4.47 | - |
| YUV | 79.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 63 | 54 | 0 | 0.48 | 0.56 | 0.52 | 7.94 | 0.39 | 0.35 |
| Hex | 7A | 3F | 36 | 0 | 30 | 38 | 34 | 8 | 27 | 23 |
| Octal | 172 | 77 | 66 | 0 | 60 | 70 | 64 | 10 | 47 | 43 |
| Binary | 1111010 | 111111 | 110110 | 0 | 110000 | 111000 | 110100 | 1000 | 100111 | 100011 |
Color Harmonies of #7A3F36
Complementary color
Monochromatic Colors of #7A3F36
Black with #7A3F36
Text Example
Text Example
White with #7A3F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3F36; }
p { color: rgb(122,63,54); }
H1.HeaderClassName
{
color: #7A3F36;
}
.AnyTagClassName
{
color: #7A3F36;
}
</style>
background-color css
<style>
a { background-color: #7A3F36; }
a { background-color: rgb(122,63,54); }
div.DivClassName
{
background-color: #7A3F36;
}
.BgClassName
{
background-color: #7A3F36;
}
</style>
border-color css
<style>
span { border-color: #7A3F36; }
span { border-color: rgb(122,63,54); }
td.TdClassName
{
border-color: #7A3F36;
}
.TagClassName
{
border-color: #7A3F36;
}
</style>