Shades of Red Robin #773E3C
Tints of Red Robin #773E3C
RGB
CMYK
RGB Variations
Color information
#773E3C (or 0x773E3C) is known color: Red Robin. HEX triplet: 77, 3E and 3C. RGB value is (119,62,60). Sum of RGB (Red+Green+Blue) = 119+62+60=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E3C is #88C1C3. Grayscale: #4E4E4E. Windows color (decimal): -8962500 or 3948151. OLE color: 3948151.
HSL color Cylindrical-coordinate representation of color #773E3C: hue angle of 2.03º 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 #773E3C is Cyan = 0, Magento = 0.48, Yellow = 0.50 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 62 | 60 | - |
| CMYK | 0 | 0.48 | 0.50 | 0.53 |
| HSL | 2.03º | 0.33% | 0.35% | - |
| HSV(B) | 2.03º | 0.5% | 0.47% | - |
| XYZ | 10.15 | 7.69 | 5.23 | - |
| YUV | 78.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 62 | 60 | 0 | 0.48 | 0.50 | 0.53 | 2.03 | 0.33 | 0.35 |
| Hex | 77 | 3E | 3C | 0 | 30 | 32 | 35 | 2 | 21 | 23 |
| Octal | 167 | 76 | 74 | 0 | 60 | 62 | 65 | 2 | 41 | 43 |
| Binary | 1110111 | 111110 | 111100 | 0 | 110000 | 110010 | 110101 | 10 | 100001 | 100011 |
Color Harmonies of #773E3C
Complementary color
Monochromatic Colors of #773E3C
Black with #773E3C
Text Example
Text Example
White with #773E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773E3C; }
p { color: rgb(119,62,60); }
H1.HeaderClassName
{
color: #773E3C;
}
.AnyTagClassName
{
color: #773E3C;
}
</style>
background-color css
<style>
a { background-color: #773E3C; }
a { background-color: rgb(119,62,60); }
div.DivClassName
{
background-color: #773E3C;
}
.BgClassName
{
background-color: #773E3C;
}
</style>
border-color css
<style>
span { border-color: #773E3C; }
span { border-color: rgb(119,62,60); }
td.TdClassName
{
border-color: #773E3C;
}
.TagClassName
{
border-color: #773E3C;
}
</style>