Shades of Bittersweet #FF785D
Tints of Bittersweet #FF785D
RGB
CMYK
RGB Variations
Color information
#FF785D (or 0xFF785D) is known color: Bittersweet. HEX triplet: FF, 78 and 5D. RGB value is (255,120,93). Sum of RGB (Red+Green+Blue) = 255+120+93=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF785D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF785D is #0087A2. Grayscale: #9D9D9D. Windows color (decimal): -34723 or 6125823. OLE color: 6125823.
HSL color Cylindrical-coordinate representation of color #FF785D: hue angle of 10º 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 #FF785D is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 120 | 93 | - |
| CMYK | 0 | 0.53 | 0.64 | 0 |
| HSL | 10º | 1% | 0.68% | - |
| HSV(B) | 10º | 0.64% | 1% | - |
| XYZ | 49.93 | 35.48 | 14.57 | - |
| YUV | 157.29 | 91.73 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 120 | 93 | 0 | 0.53 | 0.64 | 0 | 10 | 1 | 0.68 |
| Hex | FF | 78 | 5D | 0 | 35 | 40 | 0 | A | 64 | 44 |
| Octal | 377 | 170 | 135 | 0 | 65 | 100 | 0 | 12 | 144 | 104 |
| Binary | 11111111 | 1111000 | 1011101 | 0 | 110101 | 1000000 | 0 | 1010 | 1100100 | 1000100 |
Color Harmonies of #FF785D
Complementary color
Monochromatic Colors of #FF785D
Black with #FF785D
Text Example
Text Example
White with #FF785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF785D; }
p { color: rgb(255,120,93); }
H1.HeaderClassName
{
color: #FF785D;
}
.AnyTagClassName
{
color: #FF785D;
}
</style>
background-color css
<style>
a { background-color: #FF785D; }
a { background-color: rgb(255,120,93); }
div.DivClassName
{
background-color: #FF785D;
}
.BgClassName
{
background-color: #FF785D;
}
</style>
border-color css
<style>
span { border-color: #FF785D; }
span { border-color: rgb(255,120,93); }
td.TdClassName
{
border-color: #FF785D;
}
.TagClassName
{
border-color: #FF785D;
}
</style>