Shades of Red Robin #773D3C
Tints of Red Robin #773D3C
RGB
CMYK
RGB Variations
Color information
#773D3C (or 0x773D3C) is known color: Red Robin. HEX triplet: 77, 3D and 3C. RGB value is (119,61,60). Sum of RGB (Red+Green+Blue) = 119+61+60=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773D3C is #88C2C3. Grayscale: #4E4E4E. Windows color (decimal): -8962756 or 3947895. OLE color: 3947895.
HSL color Cylindrical-coordinate representation of color #773D3C: hue angle of 1.02º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773D3C is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 61 | 60 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.53 |
| HSL | 1.02º | 0.33% | 0.35% | - |
| HSV(B) | 1.02º | 0.5% | 0.47% | - |
| XYZ | 10.09 | 7.59 | 5.21 | - |
| YUV | 78.23 | 117.72 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 61 | 60 | 0 | 0.49 | 0.50 | 0.53 | 1.02 | 0.33 | 0.35 |
| Hex | 77 | 3D | 3C | 0 | 31 | 32 | 35 | 1 | 21 | 23 |
| Octal | 167 | 75 | 74 | 0 | 61 | 62 | 65 | 1 | 41 | 43 |
| Binary | 1110111 | 111101 | 111100 | 0 | 110001 | 110010 | 110101 | 1 | 100001 | 100011 |
Color Harmonies of #773D3C
Complementary color
Monochromatic Colors of #773D3C
Black with #773D3C
Text Example
Text Example
White with #773D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773D3C; }
p { color: rgb(119,61,60); }
H1.HeaderClassName
{
color: #773D3C;
}
.AnyTagClassName
{
color: #773D3C;
}
</style>
background-color css
<style>
a { background-color: #773D3C; }
a { background-color: rgb(119,61,60); }
div.DivClassName
{
background-color: #773D3C;
}
.BgClassName
{
background-color: #773D3C;
}
</style>
border-color css
<style>
span { border-color: #773D3C; }
span { border-color: rgb(119,61,60); }
td.TdClassName
{
border-color: #773D3C;
}
.TagClassName
{
border-color: #773D3C;
}
</style>