Html Css Color HEX #FB7977 Salmon

📋 copy color: '#FB7977'

red 251 ◦ green 121 ◦ blue 119

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

Shades of Salmon #FB7977

Tints of Salmon #FB7977

RGB

 RED value IS 251 (98.44% from 255) = 51.12%

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

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

R = 51.12%
G = 24.64%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FB7977 (or 0xFB7977) is known color: Salmon. HEX triplet: FB, 79 and 77. RGB value is (251,121,119). Sum of RGB (Red+Green+Blue) = 251+121+119=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB7977 is #048688. Grayscale: #9F9F9F. Windows color (decimal): -296585 or 7830011. OLE color: 7830011.

HSL color Cylindrical-coordinate representation of color #FB7977: hue angle of 0.91º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB7977 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 121 119 -
CMYK 0 0.52 0.53 0.02
HSL 0.91º 0.94% 0.73% -
HSV(B) 0.91º 0.53% 0.98% -
XYZ 49.95 35.52 21.68 -
YUV 159.64 105.07 193.16 -
System Red Green Blue C M Y K H S L
Decimal 251 121 119 0 0.52 0.53 0.02 0.91 0.94 0.73
Hex FB 79 77 0 34 35 2 1 5E 49
Octal 373 171 167 0 64 65 2 1 136 111
Binary 11111011 1111001 1110111 0 110100 110101 10 1 1011110 1001001

Color Harmonies of #FB7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7977

Black with #FB7977

Text Example


Text Example

White with #FB7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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