Html Css Color HEX #FF7F77 Salmon

📋 copy color: '#FF7F77'

red 255 ◦ green 127 ◦ blue 119

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

Shades of Salmon #FF7F77

Tints of Salmon #FF7F77

RGB

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

 GREEN value IS 127 (50% from 255) = 25.35%

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

R = 50.9%
G = 25.35%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7F77 (or 0xFF7F77) is known color: Salmon. HEX triplet: FF, 7F and 77. RGB value is (255,127,119). Sum of RGB (Red+Green+Blue) = 255+127+119=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7F77 is #008088. Grayscale: #A4A4A4. Windows color (decimal): -32905 or 7831551. OLE color: 7831551.

HSL color Cylindrical-coordinate representation of color #FF7F77: hue angle of 3.53º 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 #FF7F77 is Cyan = 0, Magento = 0.50, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB 255 127 119 -
CMYK 0 0.50 0.53 0
HSL 3.53º 1% 0.73% -
HSV(B) 3.53º 0.53% 1% -
XYZ 52.16 37.77 21.99 -
YUV 164.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 255 127 119 0 0.50 0.53 0 3.53 1 0.73
Hex FF 7F 77 0 32 35 0 4 64 49
Octal 377 177 167 0 62 65 0 4 144 111
Binary 11111111 1111111 1110111 0 110010 110101 0 100 1100100 1001001

Color Harmonies of #FF7F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7F77

Black with #FF7F77

Text Example


Text Example

White with #FF7F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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