Shades of Sangria #7B080C
Tints of Sangria #7B080C
RGB
CMYK
RGB Variations
Color information
#7B080C (or 0x7B080C) is known color: Sangria. HEX triplet: 7B, 08 and 0C. RGB value is (123,8,12). Sum of RGB (Red+Green+Blue) = 123+8+12=143 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.01% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 123 - color contains mainly: red. Hex color #7B080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B080C is #84F7F3. Grayscale: #2A2A2A. Windows color (decimal): -8714228 or 788603. OLE color: 788603.
HSL color Cylindrical-coordinate representation of color #7B080C: hue angle of 357.91º 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 #7B080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 12 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.52 |
| HSL | 357.91º | 0.88% | 0.26% | - |
| HSV(B) | 357.91º | 0.93% | 0.48% | - |
| XYZ | 8.32 | 4.41 | 0.76 | - |
| YUV | 42.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 12 | 0 | 0.93 | 0.90 | 0.52 | 357.91 | 0.88 | 0.26 |
| Hex | 7B | 8 | C | 0 | 5D | 5A | 34 | 166 | 58 | 1A |
| Octal | 173 | 10 | 14 | 0 | 135 | 132 | 64 | 546 | 130 | 32 |
| Binary | 1111011 | 1000 | 1100 | 0 | 1011101 | 1011010 | 110100 | 101100110 | 1011000 | 11010 |
Color Harmonies of #7B080C
Complementary color
Monochromatic Colors of #7B080C
Black with #7B080C
Text Example
Text Example
White with #7B080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B080C; }
p { color: rgb(123,8,12); }
H1.HeaderClassName
{
color: #7B080C;
}
.AnyTagClassName
{
color: #7B080C;
}
</style>
background-color css
<style>
a { background-color: #7B080C; }
a { background-color: rgb(123,8,12); }
div.DivClassName
{
background-color: #7B080C;
}
.BgClassName
{
background-color: #7B080C;
}
</style>
border-color css
<style>
span { border-color: #7B080C; }
span { border-color: rgb(123,8,12); }
td.TdClassName
{
border-color: #7B080C;
}
.TagClassName
{
border-color: #7B080C;
}
</style>