#846F86

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

Shades of Trendy Pink #846F86

Tints of Trendy Pink #846F86

Color information

#846F86 (or 0x846F86) is unknown color: approx Trendy Pink. HEX triplet: 84, 6F and 86. RGB value is (132,111,134). Sum of RGB (Red+Green+Blue) = 132+111+134=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 134 - color contains mainly: blue. Hex color #846F86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F86 is #7B9079. Grayscale: #777777. Windows color (decimal): -8097914 or 8810372. OLE color: 8810372.

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

Color convert

RGB132111134-
CMYK0.010.1700.47
HSL294.78º9.39%48.04%-
HSV(B)294.78º17.16%52.55%-
XYZ19.51825-
YUV119.9135.96136.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=35.01%
G=29.44%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321111340.010.1700.47294.789.3948.04
Hex846F8611102F127930
Octal2041572061210574471160
Binary1000010011011111000011011000101011111001001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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