Shades of Sangria #7C0102
Tints of Sangria #7C0102
RGB
CMYK
RGB Variations
Color information
#7C0102 (or 0x7C0102) is known color: Sangria. HEX triplet: 7C, 01 and 02. RGB value is (124,1,2). Sum of RGB (Red+Green+Blue) = 124+1+2=127 (16% of max value = 765). Red value is 124 (48.83% from 255 or 97.64% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0102 is #83FEFD. Grayscale: #262626. Windows color (decimal): -8650494 or 131452. OLE color: 131452.
HSL color Cylindrical-coordinate representation of color #7C0102: hue angle of 359.51º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7C0102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 2 | - |
| CMYK | 0 | 0.99 | 0.98 | 0.51 |
| HSL | 359.51º | 0.98% | 0.25% | - |
| HSV(B) | 359.51º | 0.99% | 0.49% | - |
| XYZ | 8.33 | 4.31 | 0.45 | - |
| YUV | 37.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 2 | 0 | 0.99 | 0.98 | 0.51 | 359.51 | 0.98 | 0.25 |
| Hex | 7C | 1 | 2 | 0 | 63 | 62 | 33 | 168 | 62 | 19 |
| Octal | 174 | 1 | 2 | 0 | 143 | 142 | 63 | 550 | 142 | 31 |
| Binary | 1111100 | 1 | 10 | 0 | 1100011 | 1100010 | 110011 | 101101000 | 1100010 | 11001 |
Color Harmonies of #7C0102
Complementary color
Monochromatic Colors of #7C0102
Black with #7C0102
Text Example
Text Example
White with #7C0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0102; }
p { color: rgb(124,1,2); }
H1.HeaderClassName
{
color: #7C0102;
}
.AnyTagClassName
{
color: #7C0102;
}
</style>
background-color css
<style>
a { background-color: #7C0102; }
a { background-color: rgb(124,1,2); }
div.DivClassName
{
background-color: #7C0102;
}
.BgClassName
{
background-color: #7C0102;
}
</style>
border-color css
<style>
span { border-color: #7C0102; }
span { border-color: rgb(124,1,2); }
td.TdClassName
{
border-color: #7C0102;
}
.TagClassName
{
border-color: #7C0102;
}
</style>