#FF7A79

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

Shades of Salmon #FF7A79

Tints of Salmon #FF7A79

Color information

#FF7A79 (or 0xFF7A79) is unknown color: approx Salmon. HEX triplet: FF, 7A and 79. RGB value is (255,122,121). Sum of RGB (Red+Green+Blue) = 255+122+121=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 121 (47.66% from 255 or 24.30% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A79 is #008586. Grayscale: #A1A1A1. Windows color (decimal): -34183 or 7961343. OLE color: 7961343.

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

Color convert

RGB255122121-
CMYK00.520.530
HSL0.45º100%73.73%-
HSV(B)0.45º52.55%100%-
XYZ51.6536.5622.42-
YUV161.65105.06194.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 122 (48.05% from 255) = 24.50%
BLUE value IS 121 (47.66% from 255) = 24.30%
R=51.20%
G=24.50%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512212100.520.5300.4510073.73
HexFF7A790343500644a
Octal3771721710646500144112
Binary111111111111010111100101101001101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A79; }

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

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

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

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

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

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

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

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