#895F7F

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

Shades of Trendy Pink #895F7F

Tints of Trendy Pink #895F7F

Color information

#895F7F (or 0x895F7F) is unknown color: approx Trendy Pink. HEX triplet: 89, 5F and 7F. RGB value is (137,95,127). Sum of RGB (Red+Green+Blue) = 137+95+127=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 127 (50% from 255 or 35.38% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #895F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895F7F is #76A080. Grayscale: #6F6F6F. Windows color (decimal): -7774337 or 8347529. OLE color: 8347529.

HSL color Cylindrical-coordinate representation of color #895F7F: hue angle of 314.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #895F7F is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB13795127-
CMYK00.310.070.46
HSL314.29º18.1%45.49%-
HSV(B)314.29º30.66%53.73%-
XYZ18.2415.0422.02-
YUV111.21136.91146.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.16%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 127 (50% from 255) = 35.38%
R=38.16%
G=26.46%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1379512700.310.070.46314.2918.145.49
Hex895F7F01F72E13a122d
Octal2111371770377564722255
Binary100010011011111111111101111111110111010011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F7F; }

 p { color: rgb(137,95,127); }

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

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

 a { background-color: rgb(137,95,127); }

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

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

 span { border-color: rgb(137,95,127); }

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