Shades of Sangria #7B080A
Tints of Sangria #7B080A
RGB
CMYK
RGB Variations
Color information
#7B080A (or 0x7B080A) is known color: Sangria. HEX triplet: 7B, 08 and 0A. RGB value is (123,8,10). Sum of RGB (Red+Green+Blue) = 123+8+10=141 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.23% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 123 - color contains mainly: red. Hex color #7B080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B080A is #84F7F5. Grayscale: #2A2A2A. Windows color (decimal): -8714230 or 657531. OLE color: 657531.
HSL color Cylindrical-coordinate representation of color #7B080A: hue angle of 358.96º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B080A is Cyan = 0, Magento = 0.93, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 10 | - |
| CMYK | 0 | 0.93 | 0.92 | 0.52 |
| HSL | 358.96º | 0.88% | 0.26% | - |
| HSV(B) | 358.96º | 0.93% | 0.48% | - |
| XYZ | 8.31 | 4.41 | 0.7 | - |
| YUV | 42.61 | 109.6 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 10 | 0 | 0.93 | 0.92 | 0.52 | 358.96 | 0.88 | 0.26 |
| Hex | 7B | 8 | A | 0 | 5D | 5C | 34 | 167 | 58 | 1A |
| Octal | 173 | 10 | 12 | 0 | 135 | 134 | 64 | 547 | 130 | 32 |
| Binary | 1111011 | 1000 | 1010 | 0 | 1011101 | 1011100 | 110100 | 101100111 | 1011000 | 11010 |
Color Harmonies of #7B080A
Complementary color
Monochromatic Colors of #7B080A
Black with #7B080A
Text Example
Text Example
White with #7B080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B080A; }
p { color: rgb(123,8,10); }
H1.HeaderClassName
{
color: #7B080A;
}
.AnyTagClassName
{
color: #7B080A;
}
</style>
background-color css
<style>
a { background-color: #7B080A; }
a { background-color: rgb(123,8,10); }
div.DivClassName
{
background-color: #7B080A;
}
.BgClassName
{
background-color: #7B080A;
}
</style>
border-color css
<style>
span { border-color: #7B080A; }
span { border-color: rgb(123,8,10); }
td.TdClassName
{
border-color: #7B080A;
}
.TagClassName
{
border-color: #7B080A;
}
</style>