Shades of Sangria #7C0108
Tints of Sangria #7C0108
RGB
CMYK
RGB Variations
Color information
#7C0108 (or 0x7C0108) is known color: Sangria. HEX triplet: 7C, 01 and 08. RGB value is (124,1,8). Sum of RGB (Red+Green+Blue) = 124+1+8=133 (17% of max value = 765). Red value is 124 (48.83% from 255 or 93.23% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0108 is #83FEF7. Grayscale: #262626. Windows color (decimal): -8650488 or 524668. OLE color: 524668.
HSL color Cylindrical-coordinate representation of color #7C0108: hue angle of 356.59º 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 #7C0108 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.51 |
| HSL | 356.59º | 0.98% | 0.25% | - |
| HSV(B) | 356.59º | 0.99% | 0.49% | - |
| XYZ | 8.37 | 4.32 | 0.62 | - |
| YUV | 38.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 1 | 8 | 0 | 0.99 | 0.94 | 0.51 | 356.59 | 0.98 | 0.25 |
| Hex | 7C | 1 | 8 | 0 | 63 | 5E | 33 | 165 | 62 | 19 |
| Octal | 174 | 1 | 10 | 0 | 143 | 136 | 63 | 545 | 142 | 31 |
| Binary | 1111100 | 1 | 1000 | 0 | 1100011 | 1011110 | 110011 | 101100101 | 1100010 | 11001 |
Color Harmonies of #7C0108
Complementary color
Monochromatic Colors of #7C0108
Black with #7C0108
Text Example
Text Example
White with #7C0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0108; }
p { color: rgb(124,1,8); }
H1.HeaderClassName
{
color: #7C0108;
}
.AnyTagClassName
{
color: #7C0108;
}
</style>
background-color css
<style>
a { background-color: #7C0108; }
a { background-color: rgb(124,1,8); }
div.DivClassName
{
background-color: #7C0108;
}
.BgClassName
{
background-color: #7C0108;
}
</style>
border-color css
<style>
span { border-color: #7C0108; }
span { border-color: rgb(124,1,8); }
td.TdClassName
{
border-color: #7C0108;
}
.TagClassName
{
border-color: #7C0108;
}
</style>