Shades of Sanguine Brown #773737
Tints of Sanguine Brown #773737
RGB
CMYK
RGB Variations
Color information
#773737 (or 0x773737) is known color: Sanguine Brown. HEX triplet: 77, 37 and 37. RGB value is (119,55,55). Sum of RGB (Red+Green+Blue) = 119+55+55=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 55 (21.88% from 255 or 24.02% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #773737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773737 is #88C8C8. Grayscale: #4A4A4A. Windows color (decimal): -8964297 or 3618679. OLE color: 3618679.
HSL color Cylindrical-coordinate representation of color #773737: hue angle of 0º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #773737 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 55 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.53 |
| HSL | 0º | 0.37% | 0.34% | - |
| HSV(B) | 0º | 0.54% | 0.47% | - |
| XYZ | 9.66 | 6.93 | 4.44 | - |
| YUV | 74.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 55 | 0 | 0.54 | 0.54 | 0.53 | 0 | 0.37 | 0.34 |
| Hex | 77 | 37 | 37 | 0 | 36 | 36 | 35 | 0 | 25 | 22 |
| Octal | 167 | 67 | 67 | 0 | 66 | 66 | 65 | 0 | 45 | 42 |
| Binary | 1110111 | 110111 | 110111 | 0 | 110110 | 110110 | 110101 | 0 | 100101 | 100010 |
Color Harmonies of #773737
Complementary color
Monochromatic Colors of #773737
Black with #773737
Text Example
Text Example
White with #773737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773737; }
p { color: rgb(119,55,55); }
H1.HeaderClassName
{
color: #773737;
}
.AnyTagClassName
{
color: #773737;
}
</style>
background-color css
<style>
a { background-color: #773737; }
a { background-color: rgb(119,55,55); }
div.DivClassName
{
background-color: #773737;
}
.BgClassName
{
background-color: #773737;
}
</style>
border-color css
<style>
span { border-color: #773737; }
span { border-color: rgb(119,55,55); }
td.TdClassName
{
border-color: #773737;
}
.TagClassName
{
border-color: #773737;
}
</style>