Shades of Bittersweet #FF7761
Tints of Bittersweet #FF7761
RGB
CMYK
RGB Variations
Color information
#FF7761 (or 0xFF7761) is known color: Bittersweet. HEX triplet: FF, 77 and 61. RGB value is (255,119,97). Sum of RGB (Red+Green+Blue) = 255+119+97=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 119 (46.88% from 255 or 25.27% from 471); Blue value is 97 (38.28% from 255 or 20.59% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7761 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7761 is #00889E. Grayscale: #9D9D9D. Windows color (decimal): -34975 or 6387711. OLE color: 6387711.
HSL color Cylindrical-coordinate representation of color #FF7761: hue angle of 8.35º 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 #FF7761 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 97 | - |
| CMYK | 0 | 0.53 | 0.62 | 0 |
| HSL | 8.35º | 1% | 0.69% | - |
| HSV(B) | 8.35º | 0.62% | 1% | - |
| XYZ | 49.99 | 35.32 | 15.49 | - |
| YUV | 157.16 | 94.06 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 97 | 0 | 0.53 | 0.62 | 0 | 8.35 | 1 | 0.69 |
| Hex | FF | 77 | 61 | 0 | 35 | 3E | 0 | 8 | 64 | 45 |
| Octal | 377 | 167 | 141 | 0 | 65 | 76 | 0 | 10 | 144 | 105 |
| Binary | 11111111 | 1110111 | 1100001 | 0 | 110101 | 111110 | 0 | 1000 | 1100100 | 1000101 |
Color Harmonies of #FF7761
Complementary color
Monochromatic Colors of #FF7761
Black with #FF7761
Text Example
Text Example
White with #FF7761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7761; }
p { color: rgb(255,119,97); }
H1.HeaderClassName
{
color: #FF7761;
}
.AnyTagClassName
{
color: #FF7761;
}
</style>
background-color css
<style>
a { background-color: #FF7761; }
a { background-color: rgb(255,119,97); }
div.DivClassName
{
background-color: #FF7761;
}
.BgClassName
{
background-color: #FF7761;
}
</style>
border-color css
<style>
span { border-color: #FF7761; }
span { border-color: rgb(255,119,97); }
td.TdClassName
{
border-color: #FF7761;
}
.TagClassName
{
border-color: #FF7761;
}
</style>