Shades of Red Robin #7D4037
Tints of Red Robin #7D4037
RGB
CMYK
RGB Variations
Color information
#7D4037 (or 0x7D4037) is known color: Red Robin. HEX triplet: 7D, 40 and 37. RGB value is (125,64,55). Sum of RGB (Red+Green+Blue) = 125+64+55=244 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.23% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4037 is #82BFC8. Grayscale: #515151. Windows color (decimal): -8568777 or 3620989. OLE color: 3620989.
HSL color Cylindrical-coordinate representation of color #7D4037: hue angle of 7.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4037 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 64 | 55 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.51 |
| HSL | 7.71º | 0.39% | 0.35% | - |
| HSV(B) | 7.71º | 0.56% | 0.49% | - |
| XYZ | 10.98 | 8.3 | 4.64 | - |
| YUV | 81.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 64 | 55 | 0 | 0.49 | 0.56 | 0.51 | 7.71 | 0.39 | 0.35 |
| Hex | 7D | 40 | 37 | 0 | 31 | 38 | 33 | 8 | 27 | 23 |
| Octal | 175 | 100 | 67 | 0 | 61 | 70 | 63 | 10 | 47 | 43 |
| Binary | 1111101 | 1000000 | 110111 | 0 | 110001 | 111000 | 110011 | 1000 | 100111 | 100011 |
Color Harmonies of #7D4037
Complementary color
Monochromatic Colors of #7D4037
Black with #7D4037
Text Example
Text Example
White with #7D4037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4037; }
p { color: rgb(125,64,55); }
H1.HeaderClassName
{
color: #7D4037;
}
.AnyTagClassName
{
color: #7D4037;
}
</style>
background-color css
<style>
a { background-color: #7D4037; }
a { background-color: rgb(125,64,55); }
div.DivClassName
{
background-color: #7D4037;
}
.BgClassName
{
background-color: #7D4037;
}
</style>
border-color css
<style>
span { border-color: #7D4037; }
span { border-color: rgb(125,64,55); }
td.TdClassName
{
border-color: #7D4037;
}
.TagClassName
{
border-color: #7D4037;
}
</style>