Html Css Color HEX #FF7977 Salmon

📋 copy color: '#FF7977'

red 255 ◦ green 121 ◦ blue 119

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

Shades of Salmon #FF7977

Tints of Salmon #FF7977

RGB

 RED value IS 255 (100% from 255) = 51.52%

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

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

R = 51.52%
G = 24.44%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7977 (or 0xFF7977) is known color: Salmon. HEX triplet: FF, 79 and 77. RGB value is (255,121,119). Sum of RGB (Red+Green+Blue) = 255+121+119=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 121 (47.66% from 255 or 24.44% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7977 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7977 is #008688. Grayscale: #A0A0A0. Windows color (decimal): -34441 or 7830015. OLE color: 7830015.

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

Color convert

RGB 255 121 119 -
CMYK 0 0.53 0.53 0
HSL 0.88º 1% 0.73% -
HSV(B) 0.88º 0.53% 1% -
XYZ 51.41 36.27 21.74 -
YUV 160.84 104.39 195.16 -
System Red Green Blue C M Y K H S L
Decimal 255 121 119 0 0.53 0.53 0 0.88 1 0.73
Hex FF 79 77 0 35 35 0 1 64 49
Octal 377 171 167 0 65 65 0 1 144 111
Binary 11111111 1111001 1110111 0 110101 110101 0 1 1100100 1001001

Color Harmonies of #FF7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7977

Black with #FF7977

Text Example


Text Example

White with #FF7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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