#FF796B

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

Shades of Salmon #FF796B

Tints of Salmon #FF796B

Color information

#FF796B (or 0xFF796B) is unknown color: approx Salmon. HEX triplet: FF, 79 and 6B. RGB value is (255,121,107). Sum of RGB (Red+Green+Blue) = 255+121+107=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 107 (42.19% from 255 or 22.15% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF796B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF796B is #008694. Grayscale: #9F9F9F. Windows color (decimal): -34453 or 7043583. OLE color: 7043583.

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

Color convert

RGB255121107-
CMYK00.530.580
HSL5.68º100%70.98%-
HSV(B)5.68º58.04%100%-
XYZ50.733618.18-
YUV159.4798.39196.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 107 (42.19% from 255) = 22.15%
R=52.80%
G=25.05%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512110700.530.5805.6810070.98
HexFF796B0353A066447
Octal3771711530657206144107
Binary11111111111100111010110110101111010011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF796B; }

 p { color: rgb(255,121,107); }

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

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

 a { background-color: rgb(255,121,107); }

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

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

 span { border-color: rgb(255,121,107); }

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