#874679

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

Shades of Trendy Pink #874679

Tints of Trendy Pink #874679

Color information

#874679 (or 0x874679) is unknown color: approx Trendy Pink. HEX triplet: 87, 46 and 79. RGB value is (135,70,121). Sum of RGB (Red+Green+Blue) = 135+70+121=326 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.41% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 135 - color contains mainly: red. Hex color #874679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874679 is #78B986. Grayscale: #5F5F5F. Windows color (decimal): -7911815 or 7947911. OLE color: 7947911.

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

Color convert

RGB13570121-
CMYK00.480.100.47
HSL312.92º31.71%40.2%-
HSV(B)312.92º48.15%52.94%-
XYZ15.6310.9119.37-
YUV95.25142.53156.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.41%
GREEN value IS 70 (27.73% from 255) = 21.47%
BLUE value IS 121 (47.66% from 255) = 37.12%
R=41.41%
G=21.47%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357012100.480.100.47312.9231.7140.2
Hex874679030A2F1392028
Octal20710617106012574714050
Binary100001111000110111100101100001010101111100111001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874679; }

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

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

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

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

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

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

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

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