#874676

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

Shades of Trendy Pink #874676

Tints of Trendy Pink #874676

Color information

#874676 (or 0x874676) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 76. RGB value is (135,70,118). Sum of RGB (Red+Green+Blue) = 135+70+118=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #874676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874676 is #78B989. Grayscale: #5E5E5E. Windows color (decimal): -7911818 or 7751303. OLE color: 7751303.

HSL color Cylindrical-coordinate representation of color #874676: hue angle of 315.69º 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 #874676 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB13570118-
CMYK00.480.130.47
HSL315.69º31.71%40.2%-
HSV(B)315.69º48.15%52.94%-
XYZ15.4510.8418.42-
YUV94.91141.03156.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.80%
GREEN value IS 70 (27.73% from 255) = 21.67%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=41.80%
G=21.67%
B=36.53%

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
Decimal1357011800.480.130.47315.6931.7140.2
Hex874676030D2F13c2028
Octal20710616606015574744050
Binary100001111000110111011001100001101101111100111100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874676; }

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

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

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

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

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

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

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

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