#874675

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

Shades of Trendy Pink #874675

Tints of Trendy Pink #874675

Color information

#874675 (or 0x874675) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 75. RGB value is (135,70,117). Sum of RGB (Red+Green+Blue) = 135+70+117=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 135 - color contains mainly: red. Hex color #874675 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874675 is #78B98A. Grayscale: #5E5E5E. Windows color (decimal): -7911819 or 7685767. OLE color: 7685767.

HSL color Cylindrical-coordinate representation of color #874675: hue angle of 316.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #874675 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13570117-
CMYK00.480.130.47
HSL316.62º31.71%40.2%-
HSV(B)316.62º48.15%52.94%-
XYZ15.3910.8218.11-
YUV94.79140.53156.68-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 117 (46.09% from 255) = 36.34%
R=41.93%
G=21.74%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357011700.480.130.47316.6231.7140.2
Hex874675030D2F13d2028
Octal20710616506015574754050
Binary100001111000110111010101100001101101111100111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874675; }

 p { color: rgb(135,70,117); }

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

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

 a { background-color: rgb(135,70,117); }

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

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

 span { border-color: rgb(135,70,117); }

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