Html Css Color HEX #FF746C Salmon

📋 copy color: '#FF746C'

red 255 ◦ green 116 ◦ blue 108

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

Shades of Salmon #FF746C

Tints of Salmon #FF746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.22%

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

R = 53.24%
G = 24.22%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF746C (or 0xFF746C) is known color: Salmon. HEX triplet: FF, 74 and 6C. RGB value is (255,116,108). Sum of RGB (Red+Green+Blue) = 255+116+108=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FF746C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF746C is #008B93. Grayscale: #9C9C9C. Windows color (decimal): -35732 or 7107839. OLE color: 7107839.

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

Color convert

RGB 255 116 108 -
CMYK 0 0.55 0.58 0
HSL 3.27º 1% 0.71% -
HSV(B) 3.27º 0.58% 1% -
XYZ 50.19 34.83 18.27 -
YUV 156.65 100.55 198.15 -
System Red Green Blue C M Y K H S L
Decimal 255 116 108 0 0.55 0.58 0 3.27 1 0.71
Hex FF 74 6C 0 37 3A 0 3 64 47
Octal 377 164 154 0 67 72 0 3 144 107
Binary 11111111 1110100 1101100 0 110111 111010 0 11 1100100 1000111

Color Harmonies of #FF746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF746C

Black with #FF746C

Text Example


Text Example

White with #FF746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF746C; }

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

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

background-color css

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

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

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

border-color css

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

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

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