#875278

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

Shades of Trendy Pink #875278

Tints of Trendy Pink #875278

Color information

#875278 (or 0x875278) is unknown color: approx Trendy Pink. HEX triplet: 87, 52 and 78. RGB value is (135,82,120). Sum of RGB (Red+Green+Blue) = 135+82+120=337 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.06% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 135 - color contains mainly: red. Hex color #875278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875278 is #78AD87. Grayscale: #666666. Windows color (decimal): -7908744 or 7885447. OLE color: 7885447.

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

Color convert

RGB13582120-
CMYK00.390.110.47
HSL316.98º24.42%42.55%-
HSV(B)316.98º39.26%52.94%-
XYZ16.412.5419.33-
YUV102.18138.06151.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.06%
GREEN value IS 82 (32.42% from 255) = 24.33%
BLUE value IS 120 (47.27% from 255) = 35.61%
R=40.06%
G=24.33%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1358212000.390.110.47316.9824.4242.55
Hex875278027B2F13d182b
Octal20712217004713574753053
Binary10000111101001011110000100111101110111110011110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875278; }

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

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

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

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

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

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

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

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