Shades of Bittersweet #FF7864
Tints of Bittersweet #FF7864
RGB
CMYK
RGB Variations
Color information
#FF7864 (or 0xFF7864) is known color: Bittersweet. HEX triplet: FF, 78 and 64. RGB value is (255,120,100). Sum of RGB (Red+Green+Blue) = 255+120+100=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 120 (47.27% from 255 or 25.26% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7864 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7864 is #00879B. Grayscale: #9E9E9E. Windows color (decimal): -34716 or 6584575. OLE color: 6584575.
HSL color Cylindrical-coordinate representation of color #FF7864: hue angle of 7.74º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FF7864 is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 100 | - |
| CMYK | 0 | 0.53 | 0.61 | 0 |
| HSL | 7.74º | 1% | 0.7% | - |
| HSV(B) | 7.74º | 0.61% | 1% | - |
| XYZ | 50.26 | 35.61 | 16.28 | - |
| YUV | 158.09 | 95.23 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 100 | 0 | 0.53 | 0.61 | 0 | 7.74 | 1 | 0.7 |
| Hex | FF | 78 | 64 | 0 | 35 | 3D | 0 | 8 | 64 | 46 |
| Octal | 377 | 170 | 144 | 0 | 65 | 75 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111000 | 1100100 | 0 | 110101 | 111101 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7864
Complementary color
Monochromatic Colors of #FF7864
Black with #FF7864
Text Example
Text Example
White with #FF7864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7864; }
p { color: rgb(255,120,100); }
H1.HeaderClassName
{
color: #FF7864;
}
.AnyTagClassName
{
color: #FF7864;
}
</style>
background-color css
<style>
a { background-color: #FF7864; }
a { background-color: rgb(255,120,100); }
div.DivClassName
{
background-color: #FF7864;
}
.BgClassName
{
background-color: #FF7864;
}
</style>
border-color css
<style>
span { border-color: #FF7864; }
span { border-color: rgb(255,120,100); }
td.TdClassName
{
border-color: #FF7864;
}
.TagClassName
{
border-color: #FF7864;
}
</style>