#FF7A74

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

Shades of Salmon #FF7A74

Tints of Salmon #FF7A74

Color information

#FF7A74 (or 0xFF7A74) is unknown color: approx Salmon. HEX triplet: FF, 7A and 74. RGB value is (255,122,116). Sum of RGB (Red+Green+Blue) = 255+122+116=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A74 is #00858B. Grayscale: #A1A1A1. Windows color (decimal): -34188 or 7633663. OLE color: 7633663.

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

Color convert

RGB255122116-
CMYK00.520.550
HSL2.59º100%72.75%-
HSV(B)2.59º54.51%100%-
XYZ51.3536.4420.85-
YUV161.08102.56194.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 122 (48.05% from 255) = 24.75%
BLUE value IS 116 (45.70% from 255) = 23.53%
R=51.72%
G=24.75%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512211600.520.5502.5910072.75
HexFF7A7403437036449
Octal3771721640646703144111
Binary1111111111110101110100011010011011101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A74; }

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

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

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

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

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

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

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

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