Html Css Color HEX #F77876 Salmon

📋 copy color: '#F77876'

red 247 ◦ green 120 ◦ blue 118

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

Shades of Salmon #F77876

Tints of Salmon #F77876

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.74%

 BLUE value IS 118 (46.48% from 255) = 24.33%

R = 50.93%
G = 24.74%
B = 24.33%

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

#F77876 (or 0xF77876) is known color: Salmon. HEX triplet: F7, 78 and 76. RGB value is (247,120,118). Sum of RGB (Red+Green+Blue) = 247+120+118=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 120 (47.27% from 255 or 24.74% from 485); Blue value is 118 (46.48% from 255 or 24.33% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77876 is #088789. Grayscale: #9D9D9D. Windows color (decimal): -558986 or 7764215. OLE color: 7764215.

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

Color convert

RGB 247 120 118 -
CMYK 0 0.51 0.52 0.03
HSL 0.93º 0.89% 0.72% -
HSV(B) 0.93º 0.52% 0.97% -
XYZ 48.34 34.52 21.25 -
YUV 157.75 105.58 191.66 -
System Red Green Blue C M Y K H S L
Decimal 247 120 118 0 0.51 0.52 0.03 0.93 0.89 0.72
Hex F7 78 76 0 33 34 3 1 59 48
Octal 367 170 166 0 63 64 3 1 131 110
Binary 11110111 1111000 1110110 0 110011 110100 11 1 1011001 1001000

Color Harmonies of #F77876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77876

Black with #F77876

Text Example


Text Example

White with #F77876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77876; }

 p { color: rgb(247,120,118); }

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

background-color css

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

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

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

border-color css

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

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

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