#FF766C

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

Shades of Salmon #FF766C

Tints of Salmon #FF766C

Color information

#FF766C (or 0xFF766C) is unknown color: approx Salmon. HEX triplet: FF, 76 and 6C. RGB value is (255,118,108). Sum of RGB (Red+Green+Blue) = 255+118+108=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF766C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF766C is #008993. Grayscale: #9E9E9E. Windows color (decimal): -35220 or 7108351. OLE color: 7108351.

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

Color convert

RGB255118108-
CMYK00.540.580
HSL4.08º100%71.18%-
HSV(B)4.08º57.65%100%-
XYZ50.4335.318.34-
YUV157.8299.89197.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 118 (46.48% from 255) = 24.53%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=53.01%
G=24.53%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511810800.540.5804.0810071.18
HexFF766C0363A046447
Octal3771661540667204144107
Binary11111111111011011011000110110111010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF766C; }

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

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

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

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

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

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

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

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