Shades of Jazzberry Jam #B70768
Tints of Jazzberry Jam #B70768
RGB
CMYK
RGB Variations
Color information
#B70768 (or 0xB70768) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 68. RGB value is (183,7,104). Sum of RGB (Red+Green+Blue) = 183+7+104=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 104 (41.02% from 255 or 35.37% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B70768 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70768 is #48F897. Grayscale: #464646. Windows color (decimal): -4782232 or 6817719. OLE color: 6817719.
HSL color Cylindrical-coordinate representation of color #B70768: hue angle of 326.93º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70768 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 104 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.28 |
| HSL | 326.93º | 0.93% | 0.37% | - |
| HSV(B) | 326.93º | 0.96% | 0.72% | - |
| XYZ | 22.1 | 11.22 | 14.1 | - |
| YUV | 70.68 | 146.81 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 104 | 0 | 0.96 | 0.43 | 0.28 | 326.93 | 0.93 | 0.37 |
| Hex | B7 | 7 | 68 | 0 | 60 | 2B | 1C | 147 | 5D | 25 |
| Octal | 267 | 7 | 150 | 0 | 140 | 53 | 34 | 507 | 135 | 45 |
| Binary | 10110111 | 111 | 1101000 | 0 | 1100000 | 101011 | 11100 | 101000111 | 1011101 | 100101 |
Color Harmonies of #B70768
Complementary color
Monochromatic Colors of #B70768
Black with #B70768
Text Example
Text Example
White with #B70768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70768; }
p { color: rgb(183,7,104); }
H1.HeaderClassName
{
color: #B70768;
}
.AnyTagClassName
{
color: #B70768;
}
</style>
background-color css
<style>
a { background-color: #B70768; }
a { background-color: rgb(183,7,104); }
div.DivClassName
{
background-color: #B70768;
}
.BgClassName
{
background-color: #B70768;
}
</style>
border-color css
<style>
span { border-color: #B70768; }
span { border-color: rgb(183,7,104); }
td.TdClassName
{
border-color: #B70768;
}
.TagClassName
{
border-color: #B70768;
}
</style>