#FF7C7A

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

Shades of Salmon #FF7C7A

Tints of Salmon #FF7C7A

Color information

#FF7C7A (or 0xFF7C7A) is unknown color: approx Salmon. HEX triplet: FF, 7C and 7A. RGB value is (255,124,122). Sum of RGB (Red+Green+Blue) = 255+124+122=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C7A is #008385. Grayscale: #A3A3A3. Windows color (decimal): -33670 or 8027391. OLE color: 8027391.

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

Color convert

RGB255124122-
CMYK00.510.520
HSL0.9º100%73.92%-
HSV(B)0.9º52.16%100%-
XYZ51.9637.0822.83-
YUV162.94104.9193.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.90%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 122 (48.05% from 255) = 24.35%
R=50.90%
G=24.75%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512412200.510.5200.910073.92
HexFF7C7A0333401644a
Octal3771741720636401144112
Binary111111111111100111101001100111101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C7A; }

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

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

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

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

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

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

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

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