#F78A77

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

Shades of Salmon #F78A77

Tints of Salmon #F78A77

Color information

#F78A77 (or 0xF78A77) is unknown color: approx Salmon. HEX triplet: F7, 8A and 77. RGB value is (247,138,119). Sum of RGB (Red+Green+Blue) = 247+138+119=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F78A77 is #087588. Grayscale: #A8A8A8. Windows color (decimal): -554377 or 7834359. OLE color: 7834359.

HSL color Cylindrical-coordinate representation of color #F78A77: hue angle of 8.91º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F78A77 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB247138119-
CMYK00.440.520.03
HSL8.91º88.89%71.76%-
HSV(B)8.91º51.82%96.86%-
XYZ50.7839.2822.36-
YUV168.42100.11184.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.01%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 119 (46.88% from 255) = 23.61%
R=49.01%
G=27.38%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24713811900.440.520.038.9188.8971.76
HexF78A7702C34395948
Octal36721216705464311131110
Binary11110111100010101110111010110011010011100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F78A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F78A77; }

 p { color: rgb(247,138,119); }

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

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

 a { background-color: rgb(247,138,119); }

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

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

 span { border-color: rgb(247,138,119); }

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