Shades of Bittersweet #FF7669
Tints of Bittersweet #FF7669
RGB
CMYK
RGB Variations
Color information
#FF7669 (or 0xFF7669) is known color: Bittersweet. HEX triplet: FF, 76 and 69. RGB value is (255,118,105). Sum of RGB (Red+Green+Blue) = 255+118+105=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7669 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7669 is #008996. Grayscale: #9D9D9D. Windows color (decimal): -35223 or 6911743. OLE color: 6911743.
HSL color Cylindrical-coordinate representation of color #FF7669: hue angle of 5.2º 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 #FF7669 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 118 | 105 | - |
| CMYK | 0 | 0.54 | 0.59 | 0 |
| HSL | 5.2º | 1% | 0.71% | - |
| HSV(B) | 5.2º | 0.59% | 1% | - |
| XYZ | 50.27 | 35.24 | 17.52 | - |
| YUV | 157.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 118 | 105 | 0 | 0.54 | 0.59 | 0 | 5.2 | 1 | 0.71 |
| Hex | FF | 76 | 69 | 0 | 36 | 3B | 0 | 5 | 64 | 47 |
| Octal | 377 | 166 | 151 | 0 | 66 | 73 | 0 | 5 | 144 | 107 |
| Binary | 11111111 | 1110110 | 1101001 | 0 | 110110 | 111011 | 0 | 101 | 1100100 | 1000111 |
Color Harmonies of #FF7669
Complementary color
Monochromatic Colors of #FF7669
Black with #FF7669
Text Example
Text Example
White with #FF7669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7669; }
p { color: rgb(255,118,105); }
H1.HeaderClassName
{
color: #FF7669;
}
.AnyTagClassName
{
color: #FF7669;
}
</style>
background-color css
<style>
a { background-color: #FF7669; }
a { background-color: rgb(255,118,105); }
div.DivClassName
{
background-color: #FF7669;
}
.BgClassName
{
background-color: #FF7669;
}
</style>
border-color css
<style>
span { border-color: #FF7669; }
span { border-color: rgb(255,118,105); }
td.TdClassName
{
border-color: #FF7669;
}
.TagClassName
{
border-color: #FF7669;
}
</style>