#FF7B79

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

Shades of Salmon #FF7B79

Tints of Salmon #FF7B79

Color information

#FF7B79 (or 0xFF7B79) is unknown color: approx Salmon. HEX triplet: FF, 7B and 79. RGB value is (255,123,121). Sum of RGB (Red+Green+Blue) = 255+123+121=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 123 (48.44% from 255 or 24.65% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7B79 is #008486. Grayscale: #A2A2A2. Windows color (decimal): -33927 or 7961599. OLE color: 7961599.

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

Color convert

RGB255123121-
CMYK00.520.530
HSL0.9º100%73.73%-
HSV(B)0.9º52.55%100%-
XYZ51.7736.8122.46-
YUV162.24104.73194.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 123 (48.44% from 255) = 24.65%
BLUE value IS 121 (47.66% from 255) = 24.25%
R=51.10%
G=24.65%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512312100.520.5300.910073.73
HexFF7B790343501644a
Octal3771731710646501144112
Binary111111111111011111100101101001101010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7B79; }

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

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

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

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

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

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

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

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