#FF775B

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

Shades of Bittersweet #FF775B

Tints of Bittersweet #FF775B

Color information

#FF775B (or 0xFF775B) is unknown color: approx Bittersweet. HEX triplet: FF, 77 and 5B. RGB value is (255,119,91). Sum of RGB (Red+Green+Blue) = 255+119+91=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF775B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF775B is #0088A4. Grayscale: #9C9C9C. Windows color (decimal): -34981 or 5994495. OLE color: 5994495.

HSL color Cylindrical-coordinate representation of color #FF775B: hue angle of 10.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF775B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25511991-
CMYK00.530.640
HSL10.24º100%67.84%-
HSV(B)10.24º64.31%100%-
XYZ49.7335.2114.07-
YUV156.4791.06198.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.84%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 91 (35.94% from 255) = 19.57%
R=54.84%
G=25.59%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551199100.530.64010.2410067.84
HexFF775B035400a6444
Octal377167133065100012144104
Binary1111111111101111011011011010110000000101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF775B; }

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

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

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

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

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

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

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

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