Shades of Sangria #7C080F
Tints of Sangria #7C080F
RGB
CMYK
RGB Variations
Color information
#7C080F (or 0x7C080F) is known color: Sangria. HEX triplet: 7C, 08 and 0F. RGB value is (124,8,15). Sum of RGB (Red+Green+Blue) = 124+8+15=147 (19% of max value = 765). Red value is 124 (48.83% from 255 or 84.35% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 124 - color contains mainly: red. Hex color #7C080F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C080F is #83F7F0. Grayscale: #2B2B2B. Windows color (decimal): -8648689 or 985212. OLE color: 985212.
HSL color Cylindrical-coordinate representation of color #7C080F: hue angle of 356.38º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C080F is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 8 | 15 | - |
| CMYK | 0 | 0.94 | 0.88 | 0.51 |
| HSL | 356.38º | 0.88% | 0.26% | - |
| HSV(B) | 356.38º | 0.94% | 0.49% | - |
| XYZ | 8.49 | 4.49 | 0.87 | - |
| YUV | 43.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 8 | 15 | 0 | 0.94 | 0.88 | 0.51 | 356.38 | 0.88 | 0.26 |
| Hex | 7C | 8 | F | 0 | 5E | 58 | 33 | 164 | 58 | 1A |
| Octal | 174 | 10 | 17 | 0 | 136 | 130 | 63 | 544 | 130 | 32 |
| Binary | 1111100 | 1000 | 1111 | 0 | 1011110 | 1011000 | 110011 | 101100100 | 1011000 | 11010 |
Color Harmonies of #7C080F
Complementary color
Monochromatic Colors of #7C080F
Black with #7C080F
Text Example
Text Example
White with #7C080F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C080F; }
p { color: rgb(124,8,15); }
H1.HeaderClassName
{
color: #7C080F;
}
.AnyTagClassName
{
color: #7C080F;
}
</style>
background-color css
<style>
a { background-color: #7C080F; }
a { background-color: rgb(124,8,15); }
div.DivClassName
{
background-color: #7C080F;
}
.BgClassName
{
background-color: #7C080F;
}
</style>
border-color css
<style>
span { border-color: #7C080F; }
span { border-color: rgb(124,8,15); }
td.TdClassName
{
border-color: #7C080F;
}
.TagClassName
{
border-color: #7C080F;
}
</style>