Shades of Sangria #7B080B
Tints of Sangria #7B080B
RGB
CMYK
RGB Variations
Color information
#7B080B (or 0x7B080B) is known color: Sangria. HEX triplet: 7B, 08 and 0B. RGB value is (123,8,11). Sum of RGB (Red+Green+Blue) = 123+8+11=142 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.62% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 123 - color contains mainly: red. Hex color #7B080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B080B is #84F7F4. Grayscale: #2A2A2A. Windows color (decimal): -8714229 or 723067. OLE color: 723067.
HSL color Cylindrical-coordinate representation of color #7B080B: hue angle of 358.43º 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 #7B080B is Cyan = 0, Magento = 0.93, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 8 | 11 | - |
| CMYK | 0 | 0.93 | 0.91 | 0.52 |
| HSL | 358.43º | 0.88% | 0.26% | - |
| HSV(B) | 358.43º | 0.93% | 0.48% | - |
| XYZ | 8.32 | 4.41 | 0.73 | - |
| YUV | 42.73 | 110.1 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 8 | 11 | 0 | 0.93 | 0.91 | 0.52 | 358.43 | 0.88 | 0.26 |
| Hex | 7B | 8 | B | 0 | 5D | 5B | 34 | 166 | 58 | 1A |
| Octal | 173 | 10 | 13 | 0 | 135 | 133 | 64 | 546 | 130 | 32 |
| Binary | 1111011 | 1000 | 1011 | 0 | 1011101 | 1011011 | 110100 | 101100110 | 1011000 | 11010 |
Color Harmonies of #7B080B
Complementary color
Monochromatic Colors of #7B080B
Black with #7B080B
Text Example
Text Example
White with #7B080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B080B; }
p { color: rgb(123,8,11); }
H1.HeaderClassName
{
color: #7B080B;
}
.AnyTagClassName
{
color: #7B080B;
}
</style>
background-color css
<style>
a { background-color: #7B080B; }
a { background-color: rgb(123,8,11); }
div.DivClassName
{
background-color: #7B080B;
}
.BgClassName
{
background-color: #7B080B;
}
</style>
border-color css
<style>
span { border-color: #7B080B; }
span { border-color: rgb(123,8,11); }
td.TdClassName
{
border-color: #7B080B;
}
.TagClassName
{
border-color: #7B080B;
}
</style>