Shades of Sangria #7B0408
Tints of Sangria #7B0408
RGB
CMYK
RGB Variations
Color information
#7B0408 (or 0x7B0408) is known color: Sangria. HEX triplet: 7B, 04 and 08. RGB value is (123,4,8). Sum of RGB (Red+Green+Blue) = 123+4+8=135 (17% of max value = 765). Red value is 123 (48.44% from 255 or 91.11% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0408 is #84FBF7. Grayscale: #282828. Windows color (decimal): -8715256 or 525435. OLE color: 525435.
HSL color Cylindrical-coordinate representation of color #7B0408: hue angle of 357.98º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0408 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 4 | 8 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.52 |
| HSL | 357.98º | 0.94% | 0.25% | - |
| HSV(B) | 357.98º | 0.97% | 0.48% | - |
| XYZ | 8.26 | 4.32 | 0.63 | - |
| YUV | 40.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 4 | 8 | 0 | 0.97 | 0.93 | 0.52 | 357.98 | 0.94 | 0.25 |
| Hex | 7B | 4 | 8 | 0 | 61 | 5D | 34 | 166 | 5E | 19 |
| Octal | 173 | 4 | 10 | 0 | 141 | 135 | 64 | 546 | 136 | 31 |
| Binary | 1111011 | 100 | 1000 | 0 | 1100001 | 1011101 | 110100 | 101100110 | 1011110 | 11001 |
Color Harmonies of #7B0408
Complementary color
Monochromatic Colors of #7B0408
Black with #7B0408
Text Example
Text Example
White with #7B0408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0408; }
p { color: rgb(123,4,8); }
H1.HeaderClassName
{
color: #7B0408;
}
.AnyTagClassName
{
color: #7B0408;
}
</style>
background-color css
<style>
a { background-color: #7B0408; }
a { background-color: rgb(123,4,8); }
div.DivClassName
{
background-color: #7B0408;
}
.BgClassName
{
background-color: #7B0408;
}
</style>
border-color css
<style>
span { border-color: #7B0408; }
span { border-color: rgb(123,4,8); }
td.TdClassName
{
border-color: #7B0408;
}
.TagClassName
{
border-color: #7B0408;
}
</style>