#875078

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

Shades of Trendy Pink #875078

Tints of Trendy Pink #875078

Color information

#875078 (or 0x875078) is unknown color: approx Trendy Pink. HEX triplet: 87, 50 and 78. RGB value is (135,80,120). Sum of RGB (Red+Green+Blue) = 135+80+120=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875078 is #78AF87. Grayscale: #646464. Windows color (decimal): -7909256 or 7884935. OLE color: 7884935.

HSL color Cylindrical-coordinate representation of color #875078: hue angle of 316.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875078 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB13580120-
CMYK00.410.110.47
HSL316.36º25.58%42.16%-
HSV(B)316.36º40.74%52.94%-
XYZ16.2512.2419.28-
YUV101138.72152.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 120 (47.27% from 255) = 35.82%
R=40.30%
G=23.88%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358012000.410.110.47316.3625.5842.16
Hex875078029B2F13c1a2a
Octal20712017005113574743252
Binary10000111101000011110000101001101110111110011110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875078; }

 p { color: rgb(135,80,120); }

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

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

 a { background-color: rgb(135,80,120); }

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

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

 span { border-color: rgb(135,80,120); }

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