#876282

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

Shades of Trendy Pink #876282

Tints of Trendy Pink #876282

Color information

#876282 (or 0x876282) is unknown color: approx Trendy Pink. HEX triplet: 87, 62 and 82. RGB value is (135,98,130). Sum of RGB (Red+Green+Blue) = 135+98+130=363 (48% of max value = 765). Red value is 135 (53.12% from 255 or 37.19% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 135 - color contains mainly: red. Hex color #876282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876282 is #789D7D. Grayscale: #707070. Windows color (decimal): -7904638 or 8544903. OLE color: 8544903.

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

Color convert

RGB13598130-
CMYK00.270.040.47
HSL308.11º15.88%45.69%-
HSV(B)308.11º27.41%52.94%-
XYZ18.3915.523.14-
YUV112.71137.76143.9-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.19%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=37.19%
G=27.00%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359813000.270.040.47308.1115.8845.69
Hex87628201B42F134102e
Octal2071422020334574642056
Binary1000011111000101000001001101110010111110011010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876282; }

 p { color: rgb(135,98,130); }

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

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

 a { background-color: rgb(135,98,130); }

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

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

 span { border-color: rgb(135,98,130); }

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