Shades of Bittersweet #FF765D
Tints of Bittersweet #FF765D
RGB
CMYK
RGB Variations
Color information
#FF765D (or 0xFF765D) is known color: Bittersweet. HEX triplet: FF, 76 and 5D. RGB value is (255,118,93). Sum of RGB (Red+Green+Blue) = 255+118+93=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF765D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF765D is #0089A2. Grayscale: #9C9C9C. Windows color (decimal): -35235 or 6125311. OLE color: 6125311.
HSL color Cylindrical-coordinate representation of color #FF765D: hue angle of 9.26º 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 #FF765D is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 93 | - |
| CMYK | 0 | 0.54 | 0.64 | 0 |
| HSL | 9.26º | 1% | 0.68% | - |
| HSV(B) | 9.26º | 0.64% | 1% | - |
| XYZ | 49.69 | 35.01 | 14.49 | - |
| YUV | 156.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 93 | 0 | 0.54 | 0.64 | 0 | 9.26 | 1 | 0.68 |
| Hex | FF | 76 | 5D | 0 | 36 | 40 | 0 | 9 | 64 | 44 |
| Octal | 377 | 166 | 135 | 0 | 66 | 100 | 0 | 11 | 144 | 104 |
| Binary | 11111111 | 1110110 | 1011101 | 0 | 110110 | 1000000 | 0 | 1001 | 1100100 | 1000100 |
Color Harmonies of #FF765D
Complementary color
Monochromatic Colors of #FF765D
Black with #FF765D
Text Example
Text Example
White with #FF765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF765D; }
p { color: rgb(255,118,93); }
H1.HeaderClassName
{
color: #FF765D;
}
.AnyTagClassName
{
color: #FF765D;
}
</style>
background-color css
<style>
a { background-color: #FF765D; }
a { background-color: rgb(255,118,93); }
div.DivClassName
{
background-color: #FF765D;
}
.BgClassName
{
background-color: #FF765D;
}
</style>
border-color css
<style>
span { border-color: #FF765D; }
span { border-color: rgb(255,118,93); }
td.TdClassName
{
border-color: #FF765D;
}
.TagClassName
{
border-color: #FF765D;
}
</style>