#ff775e

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

Shades of Bittersweet #FF775E

Tints of Bittersweet #FF775E

Color information

#FF775E (or 0xFF775E) is unknown color: approx Bittersweet. HEX triplet: FF, 77 and 5E. RGB value is (255,119,94). Sum of RGB (Red+Green+Blue) = 255+119+94=468 (61% of max value = 765). Red value is 255 (100% from 255 or 54.49% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 255 - color contains mainly: red. Hex color #FF775E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF775E is #0088A1. Grayscale: #9D9D9D. Windows color (decimal): -34978 or 6191103. OLE color: 6191103.

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

Color convert

RGB25511994-
CMYK00.530.630
HSL9.32º100%68.43%-
HSV(B)9.32º63.14%100%-
XYZ49.8635.2614.77-
YUV156.8192.56198.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.49%
GREEN value IS 119 (46.88% from 255) = 25.43%
BLUE value IS 94 (37.11% from 255) = 20.09%
R=54.49%
G=25.43%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551199400.530.6309.3210068.43
HexFF775E0353F096444
Octal37716713606577011144104
Binary111111111110111101111001101011111110100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff775e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff775e; }

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

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

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

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

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

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

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

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