#846F87

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

Shades of Trendy Pink #846F87

Tints of Trendy Pink #846F87

Color information

#846F87 (or 0x846F87) is unknown color: approx Trendy Pink. HEX triplet: 84, 6F and 87. RGB value is (132,111,135). Sum of RGB (Red+Green+Blue) = 132+111+135=378 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.92% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 135 (53.12% from 255 or 35.71% from 378); Max value from RGB is 135 - color contains mainly: blue. Hex color #846F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F87 is #7B9078. Grayscale: #777777. Windows color (decimal): -8097913 or 8875908. OLE color: 8875908.

HSL color Cylindrical-coordinate representation of color #846F87: hue angle of 292.5º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #846F87 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB132111135-
CMYK0.020.1800.47
HSL292.5º9.76%48.24%-
HSV(B)292.5º17.78%52.94%-
XYZ19.5718.0225.37-
YUV120.02136.46136.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.92%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 135 (53.12% from 255) = 35.71%
R=34.92%
G=29.37%
B=35.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321111350.020.1800.47292.59.7648.24
Hex846F8721202F125a30
Octal2041572072220574451260
Binary10000100110111110000111101001001011111001001011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846F87; }

 p { color: rgb(132,111,135); }

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

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

 a { background-color: rgb(132,111,135); }

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

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

 span { border-color: rgb(132,111,135); }

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