Html Css Color HEX #FF776C Salmon

📋 copy color: '#FF776C'

red 255 ◦ green 119 ◦ blue 108

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

Shades of Salmon #FF776C

Tints of Salmon #FF776C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 52.9%
G = 24.69%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF776C (or 0xFF776C) is known color: Salmon. HEX triplet: FF, 77 and 6C. RGB value is (255,119,108). Sum of RGB (Red+Green+Blue) = 255+119+108=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776C is #008893. Grayscale: #9E9E9E. Windows color (decimal): -34964 or 7108607. OLE color: 7108607.

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

Color convert

RGB 255 119 108 -
CMYK 0 0.53 0.58 0
HSL 4.49º 1% 0.71% -
HSV(B) 4.49º 0.58% 1% -
XYZ 50.54 35.54 18.38 -
YUV 158.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 255 119 108 0 0.53 0.58 0 4.49 1 0.71
Hex FF 77 6C 0 35 3A 0 4 64 47
Octal 377 167 154 0 65 72 0 4 144 107
Binary 11111111 1110111 1101100 0 110101 111010 0 100 1100100 1000111

Color Harmonies of #FF776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF776C

Black with #FF776C

Text Example


Text Example

White with #FF776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF776C; }

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

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

background-color css

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

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

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

border-color css

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

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

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