Shades of Bittersweet #FF7769
Tints of Bittersweet #FF7769
RGB
CMYK
RGB Variations
Color information
#FF7769 (or 0xFF7769) is known color: Bittersweet. HEX triplet: FF, 77 and 69. RGB value is (255,119,105). Sum of RGB (Red+Green+Blue) = 255+119+105=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 119 (46.88% from 255 or 24.84% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7769 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7769 is #008896. Grayscale: #9E9E9E. Windows color (decimal): -34967 or 6911999. OLE color: 6911999.
HSL color Cylindrical-coordinate representation of color #FF7769: hue angle of 5.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF7769 is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 119 | 105 | - |
| CMYK | 0 | 0.53 | 0.59 | 0 |
| HSL | 5.6º | 1% | 0.71% | - |
| HSV(B) | 5.6º | 0.59% | 1% | - |
| XYZ | 50.39 | 35.47 | 17.56 | - |
| YUV | 158.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 119 | 105 | 0 | 0.53 | 0.59 | 0 | 5.6 | 1 | 0.71 |
| Hex | FF | 77 | 69 | 0 | 35 | 3B | 0 | 6 | 64 | 47 |
| Octal | 377 | 167 | 151 | 0 | 65 | 73 | 0 | 6 | 144 | 107 |
| Binary | 11111111 | 1110111 | 1101001 | 0 | 110101 | 111011 | 0 | 110 | 1100100 | 1000111 |
Color Harmonies of #FF7769
Complementary color
Monochromatic Colors of #FF7769
Black with #FF7769
Text Example
Text Example
White with #FF7769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7769; }
p { color: rgb(255,119,105); }
H1.HeaderClassName
{
color: #FF7769;
}
.AnyTagClassName
{
color: #FF7769;
}
</style>
background-color css
<style>
a { background-color: #FF7769; }
a { background-color: rgb(255,119,105); }
div.DivClassName
{
background-color: #FF7769;
}
.BgClassName
{
background-color: #FF7769;
}
</style>
border-color css
<style>
span { border-color: #FF7769; }
span { border-color: rgb(255,119,105); }
td.TdClassName
{
border-color: #FF7769;
}
.TagClassName
{
border-color: #FF7769;
}
</style>