#875C83

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

Shades of Trendy Pink #875C83

Tints of Trendy Pink #875C83

Color information

#875C83 (or 0x875C83) is unknown color: approx Trendy Pink. HEX triplet: 87, 5C and 83. RGB value is (135,92,131). Sum of RGB (Red+Green+Blue) = 135+92+131=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #875C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C83 is #78A37C. Grayscale: #6D6D6D. Windows color (decimal): -7906173 or 8608903. OLE color: 8608903.

HSL color Cylindrical-coordinate representation of color #875C83: hue angle of 305.58º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #875C83 is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB13592131-
CMYK00.320.030.47
HSL305.58º18.94%44.51%-
HSV(B)305.58º31.85%52.94%-
XYZ17.9214.4423.32-
YUV109.3140.25146.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.71%
GREEN value IS 92 (36.33% from 255) = 25.70%
BLUE value IS 131 (51.56% from 255) = 36.59%
R=37.71%
G=25.70%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359213100.320.030.47305.5818.9444.51
Hex875C8302032F132132d
Octal2071342030403574622355
Binary1000011110111001000001101000001110111110011001010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C83; }

 p { color: rgb(135,92,131); }

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

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

 a { background-color: rgb(135,92,131); }

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

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

 span { border-color: rgb(135,92,131); }

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