Shades of Sangria #7C0B0C
Tints of Sangria #7C0B0C
RGB
CMYK
RGB Variations
Color information
#7C0B0C (or 0x7C0B0C) is known color: Sangria. HEX triplet: 7C, 0B and 0C. RGB value is (124,11,12). Sum of RGB (Red+Green+Blue) = 124+11+12=147 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.35% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0B0C is #83F4F3. Grayscale: #2D2D2D. Windows color (decimal): -8647924 or 789372. OLE color: 789372.
HSL color Cylindrical-coordinate representation of color #7C0B0C: hue angle of 359.47º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7C0B0C is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 11 | 12 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.51 |
| HSL | 359.47º | 0.84% | 0.26% | - |
| HSV(B) | 359.47º | 0.91% | 0.49% | - |
| XYZ | 8.5 | 4.55 | 0.78 | - |
| YUV | 44.9 | 109.44 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 12 | 0 | 0.91 | 0.90 | 0.51 | 359.47 | 0.84 | 0.26 |
| Hex | 7C | B | C | 0 | 5B | 5A | 33 | 167 | 54 | 1A |
| Octal | 174 | 13 | 14 | 0 | 133 | 132 | 63 | 547 | 124 | 32 |
| Binary | 1111100 | 1011 | 1100 | 0 | 1011011 | 1011010 | 110011 | 101100111 | 1010100 | 11010 |
Color Harmonies of #7C0B0C
Complementary color
Monochromatic Colors of #7C0B0C
Black with #7C0B0C
Text Example
Text Example
White with #7C0B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0B0C; }
p { color: rgb(124,11,12); }
H1.HeaderClassName
{
color: #7C0B0C;
}
.AnyTagClassName
{
color: #7C0B0C;
}
</style>
background-color css
<style>
a { background-color: #7C0B0C; }
a { background-color: rgb(124,11,12); }
div.DivClassName
{
background-color: #7C0B0C;
}
.BgClassName
{
background-color: #7C0B0C;
}
</style>
border-color css
<style>
span { border-color: #7C0B0C; }
span { border-color: rgb(124,11,12); }
td.TdClassName
{
border-color: #7C0B0C;
}
.TagClassName
{
border-color: #7C0B0C;
}
</style>