Shades of Bittersweet #FF7758
Tints of Bittersweet #FF7758
RGB
CMYK
RGB Variations
Color information
#FF7758 (or 0xFF7758) is known color: Bittersweet. HEX triplet: FF, 77 and 58. RGB value is (255,119,88). Sum of RGB (Red+Green+Blue) = 255+119+88=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7758 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7758 is #0088A7. Grayscale: #9C9C9C. Windows color (decimal): -34984 or 5797887. OLE color: 5797887.
HSL color Cylindrical-coordinate representation of color #FF7758: hue angle of 11.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF7758 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 88 | - |
| CMYK | 0 | 0.53 | 0.65 | 0 |
| HSL | 11.14º | 1% | 0.67% | - |
| HSV(B) | 11.14º | 0.65% | 1% | - |
| XYZ | 49.6 | 35.16 | 13.4 | - |
| YUV | 156.13 | 89.56 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 88 | 0 | 0.53 | 0.65 | 0 | 11.14 | 1 | 0.67 |
| Hex | FF | 77 | 58 | 0 | 35 | 41 | 0 | B | 64 | 43 |
| Octal | 377 | 167 | 130 | 0 | 65 | 101 | 0 | 13 | 144 | 103 |
| Binary | 11111111 | 1110111 | 1011000 | 0 | 110101 | 1000001 | 0 | 1011 | 1100100 | 1000011 |
Color Harmonies of #FF7758
Complementary color
Monochromatic Colors of #FF7758
Black with #FF7758
Text Example
Text Example
White with #FF7758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7758; }
p { color: rgb(255,119,88); }
H1.HeaderClassName
{
color: #FF7758;
}
.AnyTagClassName
{
color: #FF7758;
}
</style>
background-color css
<style>
a { background-color: #FF7758; }
a { background-color: rgb(255,119,88); }
div.DivClassName
{
background-color: #FF7758;
}
.BgClassName
{
background-color: #FF7758;
}
</style>
border-color css
<style>
span { border-color: #FF7758; }
span { border-color: rgb(255,119,88); }
td.TdClassName
{
border-color: #FF7758;
}
.TagClassName
{
border-color: #FF7758;
}
</style>