Shades of Bittersweet #FF765E
Tints of Bittersweet #FF765E
RGB
CMYK
RGB Variations
Color information
#FF765E (or 0xFF765E) is known color: Bittersweet. HEX triplet: FF, 76 and 5E. RGB value is (255,118,94). Sum of RGB (Red+Green+Blue) = 255+118+94=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF765E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF765E is #0089A1. Grayscale: #9C9C9C. Windows color (decimal): -35234 or 6190847. OLE color: 6190847.
HSL color Cylindrical-coordinate representation of color #FF765E: hue angle of 8.94º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF765E is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 94 | - |
| CMYK | 0 | 0.54 | 0.63 | 0 |
| HSL | 8.94º | 1% | 0.68% | - |
| HSV(B) | 8.94º | 0.63% | 1% | - |
| XYZ | 49.74 | 35.03 | 14.73 | - |
| YUV | 156.23 | 92.89 | 198.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 94 | 0 | 0.54 | 0.63 | 0 | 8.94 | 1 | 0.68 |
| Hex | FF | 76 | 5E | 0 | 36 | 3F | 0 | 9 | 64 | 44 |
| Octal | 377 | 166 | 136 | 0 | 66 | 77 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110110 | 1011110 | 0 | 110110 | 111111 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF765E
Complementary color
Monochromatic Colors of #FF765E
Black with #FF765E
Text Example
Text Example
White with #FF765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF765E; }
p { color: rgb(255,118,94); }
H1.HeaderClassName
{
color: #FF765E;
}
.AnyTagClassName
{
color: #FF765E;
}
</style>
background-color css
<style>
a { background-color: #FF765E; }
a { background-color: rgb(255,118,94); }
div.DivClassName
{
background-color: #FF765E;
}
.BgClassName
{
background-color: #FF765E;
}
</style>
border-color css
<style>
span { border-color: #FF765E; }
span { border-color: rgb(255,118,94); }
td.TdClassName
{
border-color: #FF765E;
}
.TagClassName
{
border-color: #FF765E;
}
</style>