Html Css Color HEX #F77A76 Salmon

📋 copy color: '#F77A76'

red 247 ◦ green 122 ◦ blue 118

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

Shades of Salmon #F77A76

Tints of Salmon #F77A76

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 50.72%
G = 25.05%
B = 24.23%

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

#F77A76 (or 0xF77A76) is known color: Salmon. HEX triplet: F7, 7A and 76. RGB value is (247,122,118). Sum of RGB (Red+Green+Blue) = 247+122+118=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A76 is #088589. Grayscale: #9F9F9F. Windows color (decimal): -558474 or 7764727. OLE color: 7764727.

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

Color convert

RGB 247 122 118 -
CMYK 0 0.51 0.52 0.03
HSL 1.86º 0.89% 0.72% -
HSV(B) 1.86º 0.52% 0.97% -
XYZ 48.59 35 21.33 -
YUV 158.92 104.91 190.83 -
System Red Green Blue C M Y K H S L
Decimal 247 122 118 0 0.51 0.52 0.03 1.86 0.89 0.72
Hex F7 7A 76 0 33 34 3 2 59 48
Octal 367 172 166 0 63 64 3 2 131 110
Binary 11110111 1111010 1110110 0 110011 110100 11 10 1011001 1001000

Color Harmonies of #F77A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A76

Black with #F77A76

Text Example


Text Example

White with #F77A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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