Shades of Sanguine Brown #773838
Tints of Sanguine Brown #773838
RGB
CMYK
RGB Variations
Color information
#773838 (or 0x773838) is known color: Sanguine Brown. HEX triplet: 77, 38 and 38. RGB value is (119,56,56). Sum of RGB (Red+Green+Blue) = 119+56+56=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #773838 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773838 is #88C7C7. Grayscale: #4A4A4A. Windows color (decimal): -8964040 or 3684471. OLE color: 3684471.
HSL color Cylindrical-coordinate representation of color #773838: hue angle of 0º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #773838 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 56 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.53 |
| HSL | 0º | 0.36% | 0.34% | - |
| HSV(B) | 0º | 0.53% | 0.47% | - |
| XYZ | 9.74 | 7.04 | 4.59 | - |
| YUV | 74.84 | 117.37 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 56 | 0 | 0.53 | 0.53 | 0.53 | 0 | 0.36 | 0.34 |
| Hex | 77 | 38 | 38 | 0 | 35 | 35 | 35 | 0 | 24 | 22 |
| Octal | 167 | 70 | 70 | 0 | 65 | 65 | 65 | 0 | 44 | 42 |
| Binary | 1110111 | 111000 | 111000 | 0 | 110101 | 110101 | 110101 | 0 | 100100 | 100010 |
Color Harmonies of #773838
Complementary color
Monochromatic Colors of #773838
Black with #773838
Text Example
Text Example
White with #773838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773838; }
p { color: rgb(119,56,56); }
H1.HeaderClassName
{
color: #773838;
}
.AnyTagClassName
{
color: #773838;
}
</style>
background-color css
<style>
a { background-color: #773838; }
a { background-color: rgb(119,56,56); }
div.DivClassName
{
background-color: #773838;
}
.BgClassName
{
background-color: #773838;
}
</style>
border-color css
<style>
span { border-color: #773838; }
span { border-color: rgb(119,56,56); }
td.TdClassName
{
border-color: #773838;
}
.TagClassName
{
border-color: #773838;
}
</style>