Shades of Sangria #770103
Tints of Sangria #770103
RGB
CMYK
RGB Variations
Color information
#770103 (or 0x770103) is known color: Sangria. HEX triplet: 77, 01 and 03. RGB value is (119,1,3). Sum of RGB (Red+Green+Blue) = 119+1+3=123 (16% of max value = 765). Red value is 119 (46.88% from 255 or 96.75% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 119 - color contains mainly: red. Hex color #770103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770103 is #88FEFC. Grayscale: #242424. Windows color (decimal): -8978173 or 196983. OLE color: 196983.
HSL color Cylindrical-coordinate representation of color #770103: hue angle of 358.98º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 3 | - |
| CMYK | 0 | 0.99 | 0.97 | 0.53 |
| HSL | 358.98º | 0.98% | 0.24% | - |
| HSV(B) | 358.98º | 0.99% | 0.47% | - |
| XYZ | 7.64 | 3.95 | 0.45 | - |
| YUV | 36.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 3 | 0 | 0.99 | 0.97 | 0.53 | 358.98 | 0.98 | 0.24 |
| Hex | 77 | 1 | 3 | 0 | 63 | 61 | 35 | 167 | 62 | 18 |
| Octal | 167 | 1 | 3 | 0 | 143 | 141 | 65 | 547 | 142 | 30 |
| Binary | 1110111 | 1 | 11 | 0 | 1100011 | 1100001 | 110101 | 101100111 | 1100010 | 11000 |
Color Harmonies of #770103
Complementary color
Monochromatic Colors of #770103
Black with #770103
Text Example
Text Example
White with #770103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770103; }
p { color: rgb(119,1,3); }
H1.HeaderClassName
{
color: #770103;
}
.AnyTagClassName
{
color: #770103;
}
</style>
background-color css
<style>
a { background-color: #770103; }
a { background-color: rgb(119,1,3); }
div.DivClassName
{
background-color: #770103;
}
.BgClassName
{
background-color: #770103;
}
</style>
border-color css
<style>
span { border-color: #770103; }
span { border-color: rgb(119,1,3); }
td.TdClassName
{
border-color: #770103;
}
.TagClassName
{
border-color: #770103;
}
</style>