Shades of Bittersweet #FF775F
Tints of Bittersweet #FF775F
RGB
CMYK
RGB Variations
Color information
#FF775F (or 0xFF775F) is known color: Bittersweet. HEX triplet: FF, 77 and 5F. RGB value is (255,119,95). Sum of RGB (Red+Green+Blue) = 255+119+95=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 119 (46.88% from 255 or 25.37% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF775F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF775F is #0088A0. Grayscale: #9D9D9D. Windows color (decimal): -34977 or 6256639. OLE color: 6256639.
HSL color Cylindrical-coordinate representation of color #FF775F: hue angle of 9º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF775F is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 95 | - |
| CMYK | 0 | 0.53 | 0.63 | 0 |
| HSL | 9º | 1% | 0.69% | - |
| HSV(B) | 9º | 0.63% | 1% | - |
| XYZ | 49.9 | 35.28 | 15.01 | - |
| YUV | 156.93 | 93.06 | 197.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 95 | 0 | 0.53 | 0.63 | 0 | 9 | 1 | 0.69 |
| Hex | FF | 77 | 5F | 0 | 35 | 3F | 0 | 9 | 64 | 45 |
| Octal | 377 | 167 | 137 | 0 | 65 | 77 | 0 | 11 | 144 | 105 |
| Binary | 11111111 | 1110111 | 1011111 | 0 | 110101 | 111111 | 0 | 1001 | 1100100 | 1000101 |
Color Harmonies of #FF775F
Complementary color
Monochromatic Colors of #FF775F
Black with #FF775F
Text Example
Text Example
White with #FF775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF775F; }
p { color: rgb(255,119,95); }
H1.HeaderClassName
{
color: #FF775F;
}
.AnyTagClassName
{
color: #FF775F;
}
</style>
background-color css
<style>
a { background-color: #FF775F; }
a { background-color: rgb(255,119,95); }
div.DivClassName
{
background-color: #FF775F;
}
.BgClassName
{
background-color: #FF775F;
}
</style>
border-color css
<style>
span { border-color: #FF775F; }
span { border-color: rgb(255,119,95); }
td.TdClassName
{
border-color: #FF775F;
}
.TagClassName
{
border-color: #FF775F;
}
</style>