Shades of Red Robin #7F4236
Tints of Red Robin #7F4236
RGB
CMYK
RGB Variations
Color information
#7F4236 (or 0x7F4236) is known color: Red Robin. HEX triplet: 7F, 42 and 36. RGB value is (127,66,54). Sum of RGB (Red+Green+Blue) = 127+66+54=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4236 is #80BDC9. Grayscale: #525252. Windows color (decimal): -8437194 or 3555967. OLE color: 3555967.
HSL color Cylindrical-coordinate representation of color #7F4236: hue angle of 9.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F4236 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 54 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.50 |
| HSL | 9.86º | 0.4% | 0.35% | - |
| HSV(B) | 9.86º | 0.57% | 0.5% | - |
| XYZ | 11.37 | 8.67 | 4.57 | - |
| YUV | 82.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 54 | 0 | 0.48 | 0.57 | 0.50 | 9.86 | 0.4 | 0.35 |
| Hex | 7F | 42 | 36 | 0 | 30 | 39 | 32 | A | 28 | 23 |
| Octal | 177 | 102 | 66 | 0 | 60 | 71 | 62 | 12 | 50 | 43 |
| Binary | 1111111 | 1000010 | 110110 | 0 | 110000 | 111001 | 110010 | 1010 | 101000 | 100011 |
Color Harmonies of #7F4236
Complementary color
Monochromatic Colors of #7F4236
Black with #7F4236
Text Example
Text Example
White with #7F4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4236; }
p { color: rgb(127,66,54); }
H1.HeaderClassName
{
color: #7F4236;
}
.AnyTagClassName
{
color: #7F4236;
}
</style>
background-color css
<style>
a { background-color: #7F4236; }
a { background-color: rgb(127,66,54); }
div.DivClassName
{
background-color: #7F4236;
}
.BgClassName
{
background-color: #7F4236;
}
</style>
border-color css
<style>
span { border-color: #7F4236; }
span { border-color: rgb(127,66,54); }
td.TdClassName
{
border-color: #7F4236;
}
.TagClassName
{
border-color: #7F4236;
}
</style>