Html Css Color HEX #FF776B Salmon

📋 copy color: '#FF776B'

red 255 ◦ green 119 ◦ blue 107

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

Shades of Salmon #FF776B

Tints of Salmon #FF776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 53.01%
G = 24.74%
B = 22.25%

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

#FF776B (or 0xFF776B) is known color: Salmon. HEX triplet: FF, 77 and 6B. RGB value is (255,119,107). Sum of RGB (Red+Green+Blue) = 255+119+107=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776B is #008894. Grayscale: #9E9E9E. Windows color (decimal): -34965 or 7043071. OLE color: 7043071.

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

Color convert

RGB 255 119 107 -
CMYK 0 0.53 0.58 0
HSL 4.86º 1% 0.71% -
HSV(B) 4.86º 0.58% 1% -
XYZ 50.49 35.52 18.1 -
YUV 158.3 99.06 196.98 -
System Red Green Blue C M Y K H S L
Decimal 255 119 107 0 0.53 0.58 0 4.86 1 0.71
Hex FF 77 6B 0 35 3A 0 5 64 47
Octal 377 167 153 0 65 72 0 5 144 107
Binary 11111111 1110111 1101011 0 110101 111010 0 101 1100100 1000111

Color Harmonies of #FF776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF776B

Black with #FF776B

Text Example


Text Example

White with #FF776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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