Shades of Sangria #7B070E
Tints of Sangria #7B070E
RGB
CMYK
RGB Variations
Color information
#7B070E (or 0x7B070E) is known color: Sangria. HEX triplet: 7B, 07 and 0E. RGB value is (123,7,14). Sum of RGB (Red+Green+Blue) = 123+7+14=144 (19% of max value = 765). Red value is 123 (48.44% from 255 or 85.42% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 14 (5.86% from 255 or 9.72% from 144); Max value from RGB is 123 - color contains mainly: red. Hex color #7B070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B070E is #84F8F1. Grayscale: #2A2A2A. Windows color (decimal): -8714482 or 919419. OLE color: 919419.
HSL color Cylindrical-coordinate representation of color #7B070E: hue angle of 356.38º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B070E is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 7 | 14 | - |
| CMYK | 0 | 0.94 | 0.89 | 0.52 |
| HSL | 356.38º | 0.89% | 0.25% | - |
| HSV(B) | 356.38º | 0.94% | 0.48% | - |
| XYZ | 8.32 | 4.39 | 0.83 | - |
| YUV | 42.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 7 | 14 | 0 | 0.94 | 0.89 | 0.52 | 356.38 | 0.89 | 0.25 |
| Hex | 7B | 7 | E | 0 | 5E | 59 | 34 | 164 | 59 | 19 |
| Octal | 173 | 7 | 16 | 0 | 136 | 131 | 64 | 544 | 131 | 31 |
| Binary | 1111011 | 111 | 1110 | 0 | 1011110 | 1011001 | 110100 | 101100100 | 1011001 | 11001 |
Color Harmonies of #7B070E
Complementary color
Monochromatic Colors of #7B070E
Black with #7B070E
Text Example
Text Example
White with #7B070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B070E; }
p { color: rgb(123,7,14); }
H1.HeaderClassName
{
color: #7B070E;
}
.AnyTagClassName
{
color: #7B070E;
}
</style>
background-color css
<style>
a { background-color: #7B070E; }
a { background-color: rgb(123,7,14); }
div.DivClassName
{
background-color: #7B070E;
}
.BgClassName
{
background-color: #7B070E;
}
</style>
border-color css
<style>
span { border-color: #7B070E; }
span { border-color: rgb(123,7,14); }
td.TdClassName
{
border-color: #7B070E;
}
.TagClassName
{
border-color: #7B070E;
}
</style>