Shades of Sangria #7B060B
Tints of Sangria #7B060B
RGB
CMYK
RGB Variations
Color information
#7B060B (or 0x7B060B) is known color: Sangria. HEX triplet: 7B, 06 and 0B. RGB value is (123,6,11). Sum of RGB (Red+Green+Blue) = 123+6+11=140 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 123 - color contains mainly: red. Hex color #7B060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B060B is #84F9F4. Grayscale: #292929. Windows color (decimal): -8714741 or 722555. OLE color: 722555.
HSL color Cylindrical-coordinate representation of color #7B060B: hue angle of 357.44º 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 #7B060B is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 11 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.52 |
| HSL | 357.44º | 0.91% | 0.25% | - |
| HSV(B) | 357.44º | 0.95% | 0.48% | - |
| XYZ | 8.29 | 4.37 | 0.72 | - |
| YUV | 41.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 11 | 0 | 0.95 | 0.91 | 0.52 | 357.44 | 0.91 | 0.25 |
| Hex | 7B | 6 | B | 0 | 5F | 5B | 34 | 165 | 5B | 19 |
| Octal | 173 | 6 | 13 | 0 | 137 | 133 | 64 | 545 | 133 | 31 |
| Binary | 1111011 | 110 | 1011 | 0 | 1011111 | 1011011 | 110100 | 101100101 | 1011011 | 11001 |
Color Harmonies of #7B060B
Complementary color
Monochromatic Colors of #7B060B
Black with #7B060B
Text Example
Text Example
White with #7B060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B060B; }
p { color: rgb(123,6,11); }
H1.HeaderClassName
{
color: #7B060B;
}
.AnyTagClassName
{
color: #7B060B;
}
</style>
background-color css
<style>
a { background-color: #7B060B; }
a { background-color: rgb(123,6,11); }
div.DivClassName
{
background-color: #7B060B;
}
.BgClassName
{
background-color: #7B060B;
}
</style>
border-color css
<style>
span { border-color: #7B060B; }
span { border-color: rgb(123,6,11); }
td.TdClassName
{
border-color: #7B060B;
}
.TagClassName
{
border-color: #7B060B;
}
</style>