Shades of Bittersweet #FF765C
Tints of Bittersweet #FF765C
RGB
CMYK
RGB Variations
Color information
#FF765C (or 0xFF765C) is known color: Bittersweet. HEX triplet: FF, 76 and 5C. RGB value is (255,118,92). Sum of RGB (Red+Green+Blue) = 255+118+92=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF765C is #0089A3. Grayscale: #9C9C9C. Windows color (decimal): -35236 or 6059775. OLE color: 6059775.
HSL color Cylindrical-coordinate representation of color #FF765C: hue angle of 9.57º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF765C is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 92 | - |
| CMYK | 0 | 0.54 | 0.64 | 0 |
| HSL | 9.57º | 1% | 0.68% | - |
| HSV(B) | 9.57º | 0.64% | 1% | - |
| XYZ | 49.65 | 34.99 | 14.26 | - |
| YUV | 156 | 91.89 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 92 | 0 | 0.54 | 0.64 | 0 | 9.57 | 1 | 0.68 |
| Hex | FF | 76 | 5C | 0 | 36 | 40 | 0 | A | 64 | 44 |
| Octal | 377 | 166 | 134 | 0 | 66 | 100 | 0 | 12 | 144 | 104 |
| Binary | 11111111 | 1110110 | 1011100 | 0 | 110110 | 1000000 | 0 | 1010 | 1100100 | 1000100 |
Color Harmonies of #FF765C
Complementary color
Monochromatic Colors of #FF765C
Black with #FF765C
Text Example
Text Example
White with #FF765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF765C; }
p { color: rgb(255,118,92); }
H1.HeaderClassName
{
color: #FF765C;
}
.AnyTagClassName
{
color: #FF765C;
}
</style>
background-color css
<style>
a { background-color: #FF765C; }
a { background-color: rgb(255,118,92); }
div.DivClassName
{
background-color: #FF765C;
}
.BgClassName
{
background-color: #FF765C;
}
</style>
border-color css
<style>
span { border-color: #FF765C; }
span { border-color: rgb(255,118,92); }
td.TdClassName
{
border-color: #FF765C;
}
.TagClassName
{
border-color: #FF765C;
}
</style>