#FF7766

Color #FF7766 Bittersweet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bittersweet #FF7766

Tints of Bittersweet #FF7766

Color information

#FF7766 (or 0xFF7766) is unknown color: approx Bittersweet. HEX triplet: FF, 77 and 66. RGB value is (255,119,102). Sum of RGB (Red+Green+Blue) = 255+119+102=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7766 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7766 is #008899. Grayscale: #9D9D9D. Windows color (decimal): -34970 or 6715391. OLE color: 6715391.

HSL color Cylindrical-coordinate representation of color #FF7766: hue angle of 6.67º 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 #FF7766 is Cyan = 0, Magento = 0.53, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255119102-
CMYK00.530.60
HSL6.67º100%70%-
HSV(B)6.67º60%100%-
XYZ50.2435.4116.76-
YUV157.7396.56197.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 53.57%
GREEN value IS 119 (46.88% from 255) = 25%
BLUE value IS 102 (40.23% from 255) = 21.43%
R=53.57%
G=25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511910200.530.606.6710070
HexFF77660353C076446
Octal3771671460657407144106
Binary11111111111011111001100110101111100011111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7766; }

 p { color: rgb(255,119,102); }

 H1.HeaderClassName
 {
   color: #FF7766;
 }
 .AnyTagClassName
 {
   color: #FF7766;
 }
</style>
background-color css

<style>
 a { background-color: #FF7766; }

 a { background-color: rgb(255,119,102); }

 div.DivClassName
 {
   background-color: #FF7766;
 }
 .BgClassName
 {
   background-color: #FF7766;
 }
</style>
border-color css

<style>
 span { border-color: #FF7766; }

 span { border-color: rgb(255,119,102); }

 td.TdClassName
 {
   border-color: #FF7766;
 }
 .TagClassName
 {
   border-color: #FF7766;
 }
</style>