#885782

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

Shades of Trendy Pink #885782

Tints of Trendy Pink #885782

Color information

#885782 (or 0x885782) is unknown color: approx Trendy Pink. HEX triplet: 88, 57 and 82. RGB value is (136,87,130). Sum of RGB (Red+Green+Blue) = 136+87+130=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885782 is #77A87D. Grayscale: #6A6A6A. Windows color (decimal): -7841918 or 8542088. OLE color: 8542088.

HSL color Cylindrical-coordinate representation of color #885782: hue angle of 307.35º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885782 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13687130-
CMYK00.360.040.47
HSL307.35º21.97%43.73%-
HSV(B)307.35º36.03%53.33%-
XYZ17.5913.6622.83-
YUV106.55141.23149-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 87 (34.38% from 255) = 24.65%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=38.53%
G=24.65%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368713000.360.040.47307.3521.9743.73
Hex88578202442F133162c
Octal2101272020444574632654
Binary10001000101011110000010010010010010111110011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885782; }

 p { color: rgb(136,87,130); }

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

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

 a { background-color: rgb(136,87,130); }

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

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

 span { border-color: rgb(136,87,130); }

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