Html Css Color HEX #F7776A Salmon

📋 copy color: '#F7776A'

red 247 ◦ green 119 ◦ blue 106

#F7776A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #F7776A

Tints of Salmon #F7776A

RGB

 RED value IS 247 (96.88% from 255) = 52.33%

 GREEN value IS 119 (46.88% from 255) = 25.21%

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 52.33%
G = 25.21%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#F7776A (or 0xF7776A) is known color: Salmon. HEX triplet: F7, 77 and 6A. RGB value is (247,119,106). Sum of RGB (Red+Green+Blue) = 247+119+106=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F7776A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7776A is #088895. Grayscale: #9B9B9B. Windows color (decimal): -559254 or 6977527. OLE color: 6977527.

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

Color convert

RGB 247 119 106 -
CMYK 0 0.52 0.57 0.03
HSL 5.53º 0.9% 0.69% -
HSV(B) 5.53º 0.57% 0.97% -
XYZ 47.56 34.01 17.69 -
YUV 155.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 247 119 106 0 0.52 0.57 0.03 5.53 0.9 0.69
Hex F7 77 6A 0 34 39 3 6 5A 45
Octal 367 167 152 0 64 71 3 6 132 105
Binary 11110111 1110111 1101010 0 110100 111001 11 110 1011010 1000101

Color Harmonies of #F7776A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7776A

Black with #F7776A

Text Example


Text Example

White with #F7776A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7776A; }

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

 H1.HeaderClassName
 {
   color: #F7776A;
 }
 .AnyTagClassName
 {
   color: #F7776A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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