Shades of Bittersweet #FF7A65
Tints of Bittersweet #FF7A65
RGB
CMYK
RGB Variations
Color information
#FF7A65 (or 0xFF7A65) is known color: Bittersweet. HEX triplet: FF, 7A and 65. RGB value is (255,122,101). Sum of RGB (Red+Green+Blue) = 255+122+101=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A65 is #00859A. Grayscale: #9F9F9F. Windows color (decimal): -34203 or 6650623. OLE color: 6650623.
HSL color Cylindrical-coordinate representation of color #FF7A65: hue angle of 8.18º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF7A65 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 122 | 101 | - |
| CMYK | 0 | 0.52 | 0.60 | 0 |
| HSL | 8.18º | 1% | 0.7% | - |
| HSV(B) | 8.18º | 0.6% | 1% | - |
| XYZ | 50.55 | 36.12 | 16.62 | - |
| YUV | 159.37 | 95.06 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 122 | 101 | 0 | 0.52 | 0.60 | 0 | 8.18 | 1 | 0.7 |
| Hex | FF | 7A | 65 | 0 | 34 | 3C | 0 | 8 | 64 | 46 |
| Octal | 377 | 172 | 145 | 0 | 64 | 74 | 0 | 10 | 144 | 106 |
| Binary | 11111111 | 1111010 | 1100101 | 0 | 110100 | 111100 | 0 | 1000 | 1100100 | 1000110 |
Color Harmonies of #FF7A65
Complementary color
Monochromatic Colors of #FF7A65
Black with #FF7A65
Text Example
Text Example
White with #FF7A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7A65; }
p { color: rgb(255,122,101); }
H1.HeaderClassName
{
color: #FF7A65;
}
.AnyTagClassName
{
color: #FF7A65;
}
</style>
background-color css
<style>
a { background-color: #FF7A65; }
a { background-color: rgb(255,122,101); }
div.DivClassName
{
background-color: #FF7A65;
}
.BgClassName
{
background-color: #FF7A65;
}
</style>
border-color css
<style>
span { border-color: #FF7A65; }
span { border-color: rgb(255,122,101); }
td.TdClassName
{
border-color: #FF7A65;
}
.TagClassName
{
border-color: #FF7A65;
}
</style>