Html Css Color HEX #F77977 Salmon

📋 copy color: '#F77977'

red 247 ◦ green 121 ◦ blue 119

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

Shades of Salmon #F77977

Tints of Salmon #F77977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.85%

 BLUE value IS 119 (46.88% from 255) = 24.44%

R = 50.72%
G = 24.85%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F77977 (or 0xF77977) is known color: Salmon. HEX triplet: F7, 79 and 77. RGB value is (247,121,119). Sum of RGB (Red+Green+Blue) = 247+121+119=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F77977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77977 is #088688. Grayscale: #9E9E9E. Windows color (decimal): -558729 or 7830007. OLE color: 7830007.

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

Color convert

RGB 247 121 119 -
CMYK 0 0.51 0.52 0.03
HSL 0.94º 0.89% 0.72% -
HSV(B) 0.94º 0.52% 0.97% -
XYZ 48.52 34.78 21.61 -
YUV 158.45 105.74 191.16 -
System Red Green Blue C M Y K H S L
Decimal 247 121 119 0 0.51 0.52 0.03 0.94 0.89 0.72
Hex F7 79 77 0 33 34 3 1 59 48
Octal 367 171 167 0 63 64 3 1 131 110
Binary 11110111 1111001 1110111 0 110011 110100 11 1 1011001 1001000

Color Harmonies of #F77977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77977

Black with #F77977

Text Example


Text Example

White with #F77977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77977; }

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

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

background-color css

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

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

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

border-color css

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

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

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