Html Css Color HEX #FF756B Salmon

📋 copy color: '#FF756B'

red 255 ◦ green 117 ◦ blue 107

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

Shades of Salmon #FF756B

Tints of Salmon #FF756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.43%

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

R = 53.24%
G = 24.43%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF756B (or 0xFF756B) is known color: Salmon. HEX triplet: FF, 75 and 6B. RGB value is (255,117,107). Sum of RGB (Red+Green+Blue) = 255+117+107=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF756B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF756B is #008A94. Grayscale: #9D9D9D. Windows color (decimal): -35477 or 7042559. OLE color: 7042559.

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

Color convert

RGB 255 117 107 -
CMYK 0 0.54 0.58 0
HSL 4.05º 1% 0.71% -
HSV(B) 4.05º 0.58% 1% -
XYZ 50.26 35.04 18.03 -
YUV 157.12 99.72 197.81 -
System Red Green Blue C M Y K H S L
Decimal 255 117 107 0 0.54 0.58 0 4.05 1 0.71
Hex FF 75 6B 0 36 3A 0 4 64 47
Octal 377 165 153 0 66 72 0 4 144 107
Binary 11111111 1110101 1101011 0 110110 111010 0 100 1100100 1000111

Color Harmonies of #FF756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF756B

Black with #FF756B

Text Example


Text Example

White with #FF756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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