Shades of Sangria #7B0004
Tints of Sangria #7B0004
RGB
CMYK
RGB Variations
Color information
#7B0004 (or 0x7B0004) is known color: Sangria. HEX triplet: 7B, 00 and 04. RGB value is (123,0,4). Sum of RGB (Red+Green+Blue) = 123+0+4=127 (16% of max value = 765). Red value is 123 (48.44% from 255 or 96.85% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0004 is #84FFFB. Grayscale: #252525. Windows color (decimal): -8716284 or 262267. OLE color: 262267.
HSL color Cylindrical-coordinate representation of color #7B0004: hue angle of 358.05º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7B0004 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.97 | 0.52 |
| HSL | 358.05º | 1% | 0.24% | - |
| HSV(B) | 358.05º | 1% | 0.48% | - |
| XYZ | 8.19 | 4.22 | 0.5 | - |
| YUV | 37.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 0 | 4 | 0 | 1 | 0.97 | 0.52 | 358.05 | 1 | 0.24 |
| Hex | 7B | 0 | 4 | 0 | 64 | 61 | 34 | 166 | 64 | 18 |
| Octal | 173 | 0 | 4 | 0 | 144 | 141 | 64 | 546 | 144 | 30 |
| Binary | 1111011 | 0 | 100 | 0 | 1100100 | 1100001 | 110100 | 101100110 | 1100100 | 11000 |
Color Harmonies of #7B0004
Complementary color
Monochromatic Colors of #7B0004
Black with #7B0004
Text Example
Text Example
White with #7B0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0004; }
p { color: rgb(123,0,4); }
H1.HeaderClassName
{
color: #7B0004;
}
.AnyTagClassName
{
color: #7B0004;
}
</style>
background-color css
<style>
a { background-color: #7B0004; }
a { background-color: rgb(123,0,4); }
div.DivClassName
{
background-color: #7B0004;
}
.BgClassName
{
background-color: #7B0004;
}
</style>
border-color css
<style>
span { border-color: #7B0004; }
span { border-color: rgb(123,0,4); }
td.TdClassName
{
border-color: #7B0004;
}
.TagClassName
{
border-color: #7B0004;
}
</style>