Shades of Sangria #7B0108
Tints of Sangria #7B0108
RGB
CMYK
RGB Variations
Color information
#7B0108 (or 0x7B0108) is known color: Sangria. HEX triplet: 7B, 01 and 08. RGB value is (123,1,8). Sum of RGB (Red+Green+Blue) = 123+1+8=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0108 is #84FEF7. Grayscale: #262626. Windows color (decimal): -8716024 or 524667. OLE color: 524667.
HSL color Cylindrical-coordinate representation of color #7B0108: hue angle of 356.56º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7B0108 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.52 |
| HSL | 356.56º | 0.98% | 0.24% | - |
| HSV(B) | 356.56º | 0.99% | 0.48% | - |
| XYZ | 8.22 | 4.25 | 0.62 | - |
| YUV | 38.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 1 | 8 | 0 | 0.99 | 0.93 | 0.52 | 356.56 | 0.98 | 0.24 |
| Hex | 7B | 1 | 8 | 0 | 63 | 5D | 34 | 165 | 62 | 18 |
| Octal | 173 | 1 | 10 | 0 | 143 | 135 | 64 | 545 | 142 | 30 |
| Binary | 1111011 | 1 | 1000 | 0 | 1100011 | 1011101 | 110100 | 101100101 | 1100010 | 11000 |
Color Harmonies of #7B0108
Complementary color
Monochromatic Colors of #7B0108
Black with #7B0108
Text Example
Text Example
White with #7B0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0108; }
p { color: rgb(123,1,8); }
H1.HeaderClassName
{
color: #7B0108;
}
.AnyTagClassName
{
color: #7B0108;
}
</style>
background-color css
<style>
a { background-color: #7B0108; }
a { background-color: rgb(123,1,8); }
div.DivClassName
{
background-color: #7B0108;
}
.BgClassName
{
background-color: #7B0108;
}
</style>
border-color css
<style>
span { border-color: #7B0108; }
span { border-color: rgb(123,1,8); }
td.TdClassName
{
border-color: #7B0108;
}
.TagClassName
{
border-color: #7B0108;
}
</style>