#FF7E7B

Color #FF7E7B Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF7E7B

Tints of Salmon #FF7E7B

Color information

#FF7E7B (or 0xFF7E7B) is unknown color: approx Salmon. HEX triplet: FF, 7E and 7B. RGB value is (255,126,123). Sum of RGB (Red+Green+Blue) = 255+126+123=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 123 (48.44% from 255 or 24.40% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7E7B is #008184. Grayscale: #A4A4A4. Windows color (decimal): -33157 or 8093439. OLE color: 8093439.

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

Color convert

RGB255126123-
CMYK00.510.520
HSL1.36º100%74.12%-
HSV(B)1.36º51.76%100%-
XYZ52.2837.6123.24-
YUV164.23104.74192.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 126 (49.61% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 24.40%
R=50.60%
G=25%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512612300.510.5201.3610074.12
HexFF7E7B0333401644a
Octal3771761730636401144112
Binary111111111111110111101101100111101000111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7E7B; }

 p { color: rgb(255,126,123); }

 H1.HeaderClassName
 {
   color: #FF7E7B;
 }
 .AnyTagClassName
 {
   color: #FF7E7B;
 }
</style>
background-color css

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

 a { background-color: rgb(255,126,123); }

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

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

 span { border-color: rgb(255,126,123); }

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