#FF7878

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

Shades of Salmon #FF7878

Tints of Salmon #FF7878

Color information

#FF7878 (or 0xFF7878) is unknown color: approx Salmon. HEX triplet: FF, 78 and 78. RGB value is (255,120,120). Sum of RGB (Red+Green+Blue) = 255+120+120=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 120 (47.27% from 255 or 24.24% from 495); Blue value is 120 (47.27% from 255 or 24.24% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7878 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7878 is #008787. Grayscale: #A0A0A0. Windows color (decimal): -34696 or 7895295. OLE color: 7895295.

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

Color convert

RGB255120120-
CMYK00.530.530
HSL100%73.53%-
HSV(B)52.94%100%-
XYZ51.3536.0522.02-
YUV160.36105.23195.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 120 (47.27% from 255) = 24.24%
BLUE value IS 120 (47.27% from 255) = 24.24%
R=51.52%
G=24.24%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512012000.530.530010073.53
HexFF78780353500644a
Octal3771701700656500144112
Binary111111111111000111100001101011101010011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7878; }

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

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

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

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

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

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

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

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