Shades of Red Robin #7F3E37
Tints of Red Robin #7F3E37
RGB
CMYK
RGB Variations
Color information
#7F3E37 (or 0x7F3E37) is known color: Red Robin. HEX triplet: 7F, 3E and 37. RGB value is (127,62,55). Sum of RGB (Red+Green+Blue) = 127+62+55=244 (32% of max value = 765). Red value is 127 (50% from 255 or 52.05% from 244); Green value is 62 (24.61% from 255 or 25.41% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E37 is #80C1C8. Grayscale: #505050. Windows color (decimal): -8438217 or 3620479. OLE color: 3620479.
HSL color Cylindrical-coordinate representation of color #7F3E37: hue angle of 5.83º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F3E37 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 62 | 55 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.50 |
| HSL | 5.83º | 0.4% | 0.36% | - |
| HSV(B) | 5.83º | 0.57% | 0.5% | - |
| XYZ | 11.16 | 8.23 | 4.62 | - |
| YUV | 80.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 55 | 0 | 0.51 | 0.57 | 0.50 | 5.83 | 0.4 | 0.36 |
| Hex | 7F | 3E | 37 | 0 | 33 | 39 | 32 | 6 | 28 | 24 |
| Octal | 177 | 76 | 67 | 0 | 63 | 71 | 62 | 6 | 50 | 44 |
| Binary | 1111111 | 111110 | 110111 | 0 | 110011 | 111001 | 110010 | 110 | 101000 | 100100 |
Color Harmonies of #7F3E37
Complementary color
Monochromatic Colors of #7F3E37
Black with #7F3E37
Text Example
Text Example
White with #7F3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3E37; }
p { color: rgb(127,62,55); }
H1.HeaderClassName
{
color: #7F3E37;
}
.AnyTagClassName
{
color: #7F3E37;
}
</style>
background-color css
<style>
a { background-color: #7F3E37; }
a { background-color: rgb(127,62,55); }
div.DivClassName
{
background-color: #7F3E37;
}
.BgClassName
{
background-color: #7F3E37;
}
</style>
border-color css
<style>
span { border-color: #7F3E37; }
span { border-color: rgb(127,62,55); }
td.TdClassName
{
border-color: #7F3E37;
}
.TagClassName
{
border-color: #7F3E37;
}
</style>