Shades of Sangria #7C060D
Tints of Sangria #7C060D
RGB
CMYK
RGB Variations
Color information
#7C060D (or 0x7C060D) is known color: Sangria. HEX triplet: 7C, 06 and 0D. RGB value is (124,6,13). Sum of RGB (Red+Green+Blue) = 124+6+13=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C060D is #83F9F2. Grayscale: #2A2A2A. Windows color (decimal): -8649203 or 853628. OLE color: 853628.
HSL color Cylindrical-coordinate representation of color #7C060D: hue angle of 356.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C060D is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 6 | 13 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.51 |
| HSL | 356.44º | 0.91% | 0.25% | - |
| HSV(B) | 356.44º | 0.95% | 0.49% | - |
| XYZ | 8.45 | 4.44 | 0.79 | - |
| YUV | 42.08 | 111.59 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 6 | 13 | 0 | 0.95 | 0.90 | 0.51 | 356.44 | 0.91 | 0.25 |
| Hex | 7C | 6 | D | 0 | 5F | 5A | 33 | 164 | 5B | 19 |
| Octal | 174 | 6 | 15 | 0 | 137 | 132 | 63 | 544 | 133 | 31 |
| Binary | 1111100 | 110 | 1101 | 0 | 1011111 | 1011010 | 110011 | 101100100 | 1011011 | 11001 |
Color Harmonies of #7C060D
Complementary color
Monochromatic Colors of #7C060D
Black with #7C060D
Text Example
Text Example
White with #7C060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C060D; }
p { color: rgb(124,6,13); }
H1.HeaderClassName
{
color: #7C060D;
}
.AnyTagClassName
{
color: #7C060D;
}
</style>
background-color css
<style>
a { background-color: #7C060D; }
a { background-color: rgb(124,6,13); }
div.DivClassName
{
background-color: #7C060D;
}
.BgClassName
{
background-color: #7C060D;
}
</style>
border-color css
<style>
span { border-color: #7C060D; }
span { border-color: rgb(124,6,13); }
td.TdClassName
{
border-color: #7C060D;
}
.TagClassName
{
border-color: #7C060D;
}
</style>