#FF765C

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

Shades of Bittersweet #FF765C

Tints of Bittersweet #FF765C

Color information

#FF765C (or 0xFF765C) is unknown color: approx Bittersweet. HEX triplet: FF, 76 and 5C. RGB value is (255,118,92). Sum of RGB (Red+Green+Blue) = 255+118+92=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF765C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF765C is #0089A3. Grayscale: #9C9C9C. Windows color (decimal): -35236 or 6059775. OLE color: 6059775.

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

Color convert

RGB25511892-
CMYK00.540.640
HSL9.57º100%68.04%-
HSV(B)9.57º63.92%100%-
XYZ49.6534.9914.26-
YUV15691.89198.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.84%
GREEN value IS 118 (46.48% from 255) = 25.38%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=54.84%
G=25.38%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551189200.540.6409.5710068.04
HexFF765C036400a6444
Octal377166134066100012144104
Binary1111111111101101011100011011010000000101011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF765C; }

 p { color: rgb(255,118,92); }

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

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

 a { background-color: rgb(255,118,92); }

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

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

 span { border-color: rgb(255,118,92); }

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