Html Css Color HEX #FF756E Salmon

📋 copy color: '#FF756E'

red 255 ◦ green 117 ◦ blue 110

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

Shades of Salmon #FF756E

Tints of Salmon #FF756E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 52.9%
G = 24.27%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF756E (or 0xFF756E) is known color: Salmon. HEX triplet: FF, 75 and 6E. RGB value is (255,117,110). Sum of RGB (Red+Green+Blue) = 255+117+110=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF756E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF756E is #008A91. Grayscale: #9D9D9D. Windows color (decimal): -35474 or 7239167. OLE color: 7239167.

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

Color convert

RGB 255 117 110 -
CMYK 0 0.54 0.57 0
HSL 2.9º 1% 0.72% -
HSV(B) 2.9º 0.57% 1% -
XYZ 50.42 35.11 18.87 -
YUV 157.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 255 117 110 0 0.54 0.57 0 2.9 1 0.72
Hex FF 75 6E 0 36 39 0 3 64 48
Octal 377 165 156 0 66 71 0 3 144 110
Binary 11111111 1110101 1101110 0 110110 111001 0 11 1100100 1001000

Color Harmonies of #FF756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF756E

Black with #FF756E

Text Example


Text Example

White with #FF756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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