Html Css Color HEX #FF7A77 Salmon

📋 copy color: '#FF7A77'

red 255 ◦ green 122 ◦ blue 119

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

Shades of Salmon #FF7A77

Tints of Salmon #FF7A77

RGB

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

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

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

R = 51.41%
G = 24.6%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0

RGB Variations

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

Color information

#FF7A77 (or 0xFF7A77) is known color: Salmon. HEX triplet: FF, 7A and 77. RGB value is (255,122,119). Sum of RGB (Red+Green+Blue) = 255+122+119=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A77 is #008588. Grayscale: #A1A1A1. Windows color (decimal): -34185 or 7830271. OLE color: 7830271.

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

Color convert

RGB 255 122 119 -
CMYK 0 0.52 0.53 0
HSL 1.32º 1% 0.73% -
HSV(B) 1.32º 0.53% 1% -
XYZ 51.53 36.51 21.78 -
YUV 161.43 104.06 194.74 -
System Red Green Blue C M Y K H S L
Decimal 255 122 119 0 0.52 0.53 0 1.32 1 0.73
Hex FF 7A 77 0 34 35 0 1 64 49
Octal 377 172 167 0 64 65 0 1 144 111
Binary 11111111 1111010 1110111 0 110100 110101 0 1 1100100 1001001

Color Harmonies of #FF7A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7A77

Black with #FF7A77

Text Example


Text Example

White with #FF7A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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