#F7776C

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

Shades of Salmon #F7776C

Tints of Salmon #F7776C

Color information

#F7776C (or 0xF7776C) is unknown color: approx Salmon. HEX triplet: F7, 77 and 6C. RGB value is (247,119,108). Sum of RGB (Red+Green+Blue) = 247+119+108=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F7776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7776C is #088893. Grayscale: #9C9C9C. Windows color (decimal): -559252 or 7108599. OLE color: 7108599.

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

Color convert

RGB247119108-
CMYK00.520.560.03
HSL4.75º89.68%69.61%-
HSV(B)4.75º56.28%96.86%-
XYZ47.6634.0518.25-
YUV156.02100.91192.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 52.11%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 108 (42.58% from 255) = 22.78%
R=52.11%
G=25.11%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711910800.520.560.034.7589.6869.61
HexF7776C03438355a46
Octal3671671540647035132106
Binary111101111110111110110001101001110001110110110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7776C; }

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

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

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

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

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

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

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

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