Shades of Bittersweet #FF7762
Tints of Bittersweet #FF7762
RGB
CMYK
RGB Variations
Color information
#FF7762 (or 0xFF7762) is known color: Bittersweet. HEX triplet: FF, 77 and 62. RGB value is (255,119,98). Sum of RGB (Red+Green+Blue) = 255+119+98=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7762 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7762 is #00889D. Grayscale: #9D9D9D. Windows color (decimal): -34974 or 6453247. OLE color: 6453247.
HSL color Cylindrical-coordinate representation of color #FF7762: hue angle of 8.03º 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 #FF7762 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 98 | - |
| CMYK | 0 | 0.53 | 0.62 | 0 |
| HSL | 8.03º | 1% | 0.69% | - |
| HSV(B) | 8.03º | 0.62% | 1% | - |
| XYZ | 50.04 | 35.34 | 15.74 | - |
| YUV | 157.27 | 94.56 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 98 | 0 | 0.53 | 0.62 | 0 | 8.03 | 1 | 0.69 |
| Hex | FF | 77 | 62 | 0 | 35 | 3E | 0 | 8 | 64 | 45 |
| Octal | 377 | 167 | 142 | 0 | 65 | 76 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1110111 | 1100010 | 0 | 110101 | 111110 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF7762
Complementary color
Monochromatic Colors of #FF7762
Black with #FF7762
Text Example
Text Example
White with #FF7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7762; }
p { color: rgb(255,119,98); }
H1.HeaderClassName
{
color: #FF7762;
}
.AnyTagClassName
{
color: #FF7762;
}
</style>
background-color css
<style>
a { background-color: #FF7762; }
a { background-color: rgb(255,119,98); }
div.DivClassName
{
background-color: #FF7762;
}
.BgClassName
{
background-color: #FF7762;
}
</style>
border-color css
<style>
span { border-color: #FF7762; }
span { border-color: rgb(255,119,98); }
td.TdClassName
{
border-color: #FF7762;
}
.TagClassName
{
border-color: #FF7762;
}
</style>