Shades of Bittersweet #FF7860
Tints of Bittersweet #FF7860
RGB
CMYK
RGB Variations
Color information
#FF7860 (or 0xFF7860) is known color: Bittersweet. HEX triplet: FF, 78 and 60. RGB value is (255,120,96). Sum of RGB (Red+Green+Blue) = 255+120+96=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7860 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7860 is #00879F. Grayscale: #9D9D9D. Windows color (decimal): -34720 or 6322431. OLE color: 6322431.
HSL color Cylindrical-coordinate representation of color #FF7860: hue angle of 9.06º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF7860 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 96 | - |
| CMYK | 0 | 0.53 | 0.62 | 0 |
| HSL | 9.06º | 1% | 0.69% | - |
| HSV(B) | 9.06º | 0.62% | 1% | - |
| XYZ | 50.07 | 35.54 | 15.29 | - |
| YUV | 157.63 | 93.23 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 96 | 0 | 0.53 | 0.62 | 0 | 9.06 | 1 | 0.69 |
| Hex | FF | 78 | 60 | 0 | 35 | 3E | 0 | 9 | 64 | 45 |
| Octal | 377 | 170 | 140 | 0 | 65 | 76 | 0 | 11 | 144 | 105 |
| Binary | 11111111 | 1111000 | 1100000 | 0 | 110101 | 111110 | 0 | 1001 | 1100100 | 1000101 |
Color Harmonies of #FF7860
Complementary color
Monochromatic Colors of #FF7860
Black with #FF7860
Text Example
Text Example
White with #FF7860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7860; }
p { color: rgb(255,120,96); }
H1.HeaderClassName
{
color: #FF7860;
}
.AnyTagClassName
{
color: #FF7860;
}
</style>
background-color css
<style>
a { background-color: #FF7860; }
a { background-color: rgb(255,120,96); }
div.DivClassName
{
background-color: #FF7860;
}
.BgClassName
{
background-color: #FF7860;
}
</style>
border-color css
<style>
span { border-color: #FF7860; }
span { border-color: rgb(255,120,96); }
td.TdClassName
{
border-color: #FF7860;
}
.TagClassName
{
border-color: #FF7860;
}
</style>