Shades of Sangria #770A0D
Tints of Sangria #770A0D
RGB
CMYK
RGB Variations
Color information
#770A0D (or 0x770A0D) is known color: Sangria. HEX triplet: 77, 0A and 0D. RGB value is (119,10,13). Sum of RGB (Red+Green+Blue) = 119+10+13=142 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.80% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 13 (5.47% from 255 or 9.15% from 142); Max value from RGB is 119 - color contains mainly: red. Hex color #770A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770A0D is #88F5F2. Grayscale: #2B2B2B. Windows color (decimal): -8975859 or 854647. OLE color: 854647.
HSL color Cylindrical-coordinate representation of color #770A0D: hue angle of 358.35º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A0D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 13 | - |
| CMYK | 0 | 0.92 | 0.89 | 0.53 |
| HSL | 358.35º | 0.84% | 0.25% | - |
| HSV(B) | 358.35º | 0.92% | 0.47% | - |
| XYZ | 7.79 | 4.17 | 0.77 | - |
| YUV | 42.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 13 | 0 | 0.92 | 0.89 | 0.53 | 358.35 | 0.84 | 0.25 |
| Hex | 77 | A | D | 0 | 5C | 59 | 35 | 166 | 54 | 19 |
| Octal | 167 | 12 | 15 | 0 | 134 | 131 | 65 | 546 | 124 | 31 |
| Binary | 1110111 | 1010 | 1101 | 0 | 1011100 | 1011001 | 110101 | 101100110 | 1010100 | 11001 |
Color Harmonies of #770A0D
Complementary color
Monochromatic Colors of #770A0D
Black with #770A0D
Text Example
Text Example
White with #770A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A0D; }
p { color: rgb(119,10,13); }
H1.HeaderClassName
{
color: #770A0D;
}
.AnyTagClassName
{
color: #770A0D;
}
</style>
background-color css
<style>
a { background-color: #770A0D; }
a { background-color: rgb(119,10,13); }
div.DivClassName
{
background-color: #770A0D;
}
.BgClassName
{
background-color: #770A0D;
}
</style>
border-color css
<style>
span { border-color: #770A0D; }
span { border-color: rgb(119,10,13); }
td.TdClassName
{
border-color: #770A0D;
}
.TagClassName
{
border-color: #770A0D;
}
</style>