Shades of Sangria #7C000A
Tints of Sangria #7C000A
RGB
CMYK
RGB Variations
Color information
#7C000A (or 0x7C000A) is known color: Sangria. HEX triplet: 7C, 00 and 0A. RGB value is (124,0,10). Sum of RGB (Red+Green+Blue) = 124+0+10=134 (17% of max value = 765). Red value is 124 (48.83% from 255 or 92.54% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 124 - color contains mainly: red. Hex color #7C000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C000A is #83FFF5. Grayscale: #262626. Windows color (decimal): -8650742 or 655484. OLE color: 655484.
HSL color Cylindrical-coordinate representation of color #7C000A: hue angle of 355.16º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C000A is Cyan = 0, Magento = 1, Yellow = 0.92 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.92 | 0.51 |
| HSL | 355.16º | 1% | 0.24% | - |
| HSV(B) | 355.16º | 1% | 0.49% | - |
| XYZ | 8.37 | 4.31 | 0.68 | - |
| YUV | 38.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 10 | 0 | 1 | 0.92 | 0.51 | 355.16 | 1 | 0.24 |
| Hex | 7C | 0 | A | 0 | 64 | 5C | 33 | 163 | 64 | 18 |
| Octal | 174 | 0 | 12 | 0 | 144 | 134 | 63 | 543 | 144 | 30 |
| Binary | 1111100 | 0 | 1010 | 0 | 1100100 | 1011100 | 110011 | 101100011 | 1100100 | 11000 |
Color Harmonies of #7C000A
Complementary color
Monochromatic Colors of #7C000A
Black with #7C000A
Text Example
Text Example
White with #7C000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C000A; }
p { color: rgb(124,0,10); }
H1.HeaderClassName
{
color: #7C000A;
}
.AnyTagClassName
{
color: #7C000A;
}
</style>
background-color css
<style>
a { background-color: #7C000A; }
a { background-color: rgb(124,0,10); }
div.DivClassName
{
background-color: #7C000A;
}
.BgClassName
{
background-color: #7C000A;
}
</style>
border-color css
<style>
span { border-color: #7C000A; }
span { border-color: rgb(124,0,10); }
td.TdClassName
{
border-color: #7C000A;
}
.TagClassName
{
border-color: #7C000A;
}
</style>