Html Css Color HEX #FF7774 Salmon

📋 copy color: '#FF7774'

red 255 ◦ green 119 ◦ blue 116

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

Shades of Salmon #FF7774

Tints of Salmon #FF7774

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.29%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 52.04%
G = 24.29%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF7774 (or 0xFF7774) is known color: Salmon. HEX triplet: FF, 77 and 74. RGB value is (255,119,116). Sum of RGB (Red+Green+Blue) = 255+119+116=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7774 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7774 is #00888B. Grayscale: #9F9F9F. Windows color (decimal): -34956 or 7632895. OLE color: 7632895.

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

Color convert

RGB 255 119 116 -
CMYK 0 0.53 0.55 0
HSL 1.29º 1% 0.73% -
HSV(B) 1.29º 0.55% 1% -
XYZ 50.99 35.71 20.73 -
YUV 159.32 103.56 196.24 -
System Red Green Blue C M Y K H S L
Decimal 255 119 116 0 0.53 0.55 0 1.29 1 0.73
Hex FF 77 74 0 35 37 0 1 64 49
Octal 377 167 164 0 65 67 0 1 144 111
Binary 11111111 1110111 1110100 0 110101 110111 0 1 1100100 1001001

Color Harmonies of #FF7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7774

Black with #FF7774

Text Example


Text Example

White with #FF7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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