#FF877A

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

Shades of Salmon #FF877A

Tints of Salmon #FF877A

Color information

#FF877A (or 0xFF877A) is unknown color: approx Salmon. HEX triplet: FF, 87 and 7A. RGB value is (255,135,122). Sum of RGB (Red+Green+Blue) = 255+135+122=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF877A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF877A is #007885. Grayscale: #A9A9A9. Windows color (decimal): -30854 or 8030207. OLE color: 8030207.

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

Color convert

RGB255135122-
CMYK00.470.520
HSL5.86º100%73.92%-
HSV(B)5.86º52.16%100%-
XYZ53.4239.9923.32-
YUV169.4101.26189.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 122 (48.05% from 255) = 23.83%
R=49.80%
G=26.37%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513512200.470.5205.8610073.92
HexFF877A02F3406644a
Octal3772071720576406144112
Binary111111111000011111110100101111110100011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF877A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF877A; }

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

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

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

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

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

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

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

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