#FF7C7C

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

Shades of Salmon #FF7C7C

Tints of Salmon #FF7C7C

Color information

#FF7C7C (or 0xFF7C7C) is unknown color: approx Salmon. HEX triplet: FF, 7C and 7C. RGB value is (255,124,124). Sum of RGB (Red+Green+Blue) = 255+124+124=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7C7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7C7C is #008383. Grayscale: #A3A3A3. Windows color (decimal): -33668 or 8158463. OLE color: 8158463.

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

Color convert

RGB255124124-
CMYK00.510.510
HSL100%74.31%-
HSV(B)51.37%100%-
XYZ52.0937.1323.49-
YUV163.17105.9193.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 124 (48.83% from 255) = 24.65%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=50.70%
G=24.65%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512412400.510.510010074.31
HexFF7C7C0333300644a
Octal3771741740636300144112
Binary111111111111100111110001100111100110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7C7C; }

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

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

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

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

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

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

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

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