Shades of Sangria #7B060C
Tints of Sangria #7B060C
RGB
CMYK
RGB Variations
Color information
#7B060C (or 0x7B060C) is known color: Sangria. HEX triplet: 7B, 06 and 0C. RGB value is (123,6,12). Sum of RGB (Red+Green+Blue) = 123+6+12=141 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.23% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 123 - color contains mainly: red. Hex color #7B060C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B060C is #84F9F3. Grayscale: #292929. Windows color (decimal): -8714740 or 788091. OLE color: 788091.
HSL color Cylindrical-coordinate representation of color #7B060C: hue angle of 356.92º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B060C is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 12 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.52 |
| HSL | 356.92º | 0.91% | 0.25% | - |
| HSV(B) | 356.92º | 0.95% | 0.48% | - |
| XYZ | 8.3 | 4.37 | 0.75 | - |
| YUV | 41.67 | 111.26 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 12 | 0 | 0.95 | 0.90 | 0.52 | 356.92 | 0.91 | 0.25 |
| Hex | 7B | 6 | C | 0 | 5F | 5A | 34 | 165 | 5B | 19 |
| Octal | 173 | 6 | 14 | 0 | 137 | 132 | 64 | 545 | 133 | 31 |
| Binary | 1111011 | 110 | 1100 | 0 | 1011111 | 1011010 | 110100 | 101100101 | 1011011 | 11001 |
Color Harmonies of #7B060C
Complementary color
Monochromatic Colors of #7B060C
Black with #7B060C
Text Example
Text Example
White with #7B060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B060C; }
p { color: rgb(123,6,12); }
H1.HeaderClassName
{
color: #7B060C;
}
.AnyTagClassName
{
color: #7B060C;
}
</style>
background-color css
<style>
a { background-color: #7B060C; }
a { background-color: rgb(123,6,12); }
div.DivClassName
{
background-color: #7B060C;
}
.BgClassName
{
background-color: #7B060C;
}
</style>
border-color css
<style>
span { border-color: #7B060C; }
span { border-color: rgb(123,6,12); }
td.TdClassName
{
border-color: #7B060C;
}
.TagClassName
{
border-color: #7B060C;
}
</style>