#856782

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

Shades of Trendy Pink #856782

Tints of Trendy Pink #856782

Color information

#856782 (or 0x856782) is unknown color: approx Trendy Pink. HEX triplet: 85, 67 and 82. RGB value is (133,103,130). Sum of RGB (Red+Green+Blue) = 133+103+130=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #856782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856782 is #7A987D. Grayscale: #727272. Windows color (decimal): -8034430 or 8546181. OLE color: 8546181.

HSL color Cylindrical-coordinate representation of color #856782: hue angle of 306º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #856782 is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB133103130-
CMYK00.230.020.48
HSL306º12.71%46.27%-
HSV(B)306º22.56%52.16%-
XYZ18.5516.323.29-
YUV115.05136.44140.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=36.34%
G=28.14%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310313000.230.020.4830612.7146.27
Hex856782017230132d2e
Octal2051472020272604621556
Binary10000101110011110000010010111101100001001100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856782; }

 p { color: rgb(133,103,130); }

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

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

 a { background-color: rgb(133,103,130); }

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

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

 span { border-color: rgb(133,103,130); }

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