#FF877B

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

Shades of Salmon #FF877B

Tints of Salmon #FF877B

Color information

#FF877B (or 0xFF877B) is unknown color: approx Salmon. HEX triplet: FF, 87 and 7B. RGB value is (255,135,123). Sum of RGB (Red+Green+Blue) = 255+135+123=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 135 (53.12% from 255 or 26.32% from 513); Blue value is 123 (48.44% from 255 or 23.98% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877B is #007884. Grayscale: #A9A9A9. Windows color (decimal): -30853 or 8095743. OLE color: 8095743.

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

Color convert

RGB255135123-
CMYK00.470.520
HSL5.45º100%74.12%-
HSV(B)5.45º51.76%100%-
XYZ53.4840.0223.64-
YUV169.51101.76188.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 135 (53.12% from 255) = 26.32%
BLUE value IS 123 (48.44% from 255) = 23.98%
R=49.71%
G=26.32%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513512300.470.5205.4510074.12
HexFF877B02F3405644a
Octal3772071730576405144112
Binary111111111000011111110110101111110100010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF877B; }

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

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

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

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

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

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

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

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