Shades of Red Robin #7A3E36
Tints of Red Robin #7A3E36
RGB
CMYK
RGB Variations
Color information
#7A3E36 (or 0x7A3E36) is known color: Red Robin. HEX triplet: 7A, 3E and 36. RGB value is (122,62,54). Sum of RGB (Red+Green+Blue) = 122+62+54=238 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.26% from 238); Green value is 62 (24.61% from 255 or 26.05% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3E36 is #85C1C9. Grayscale: #4F4F4F. Windows color (decimal): -8765898 or 3554938. OLE color: 3554938.
HSL color Cylindrical-coordinate representation of color #7A3E36: hue angle of 7.06º 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 #7A3E36 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 62 | 54 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.52 |
| HSL | 7.06º | 0.39% | 0.35% | - |
| HSV(B) | 7.06º | 0.56% | 0.48% | - |
| XYZ | 10.41 | 7.85 | 4.46 | - |
| YUV | 79.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 62 | 54 | 0 | 0.49 | 0.56 | 0.52 | 7.06 | 0.39 | 0.35 |
| Hex | 7A | 3E | 36 | 0 | 31 | 38 | 34 | 7 | 27 | 23 |
| Octal | 172 | 76 | 66 | 0 | 61 | 70 | 64 | 7 | 47 | 43 |
| Binary | 1111010 | 111110 | 110110 | 0 | 110001 | 111000 | 110100 | 111 | 100111 | 100011 |
Color Harmonies of #7A3E36
Complementary color
Monochromatic Colors of #7A3E36
Black with #7A3E36
Text Example
Text Example
White with #7A3E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3E36; }
p { color: rgb(122,62,54); }
H1.HeaderClassName
{
color: #7A3E36;
}
.AnyTagClassName
{
color: #7A3E36;
}
</style>
background-color css
<style>
a { background-color: #7A3E36; }
a { background-color: rgb(122,62,54); }
div.DivClassName
{
background-color: #7A3E36;
}
.BgClassName
{
background-color: #7A3E36;
}
</style>
border-color css
<style>
span { border-color: #7A3E36; }
span { border-color: rgb(122,62,54); }
td.TdClassName
{
border-color: #7A3E36;
}
.TagClassName
{
border-color: #7A3E36;
}
</style>