Html Css Color HEX #875E7F Trendy Pink

📋 copy color: '#875E7F'

red 135 ◦ green 94 ◦ blue 127

#875E7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #875E7F

Tints of Trendy Pink #875E7F

RGB

 RED value IS 135 (53.13% from 255) = 37.92%

 GREEN value IS 94 (37.11% from 255) = 26.4%

 BLUE value IS 127 (50% from 255) = 35.67%

R = 37.92%
G = 26.4%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#875E7F (or 0x875E7F) is known color: Trendy Pink. HEX triplet: 87, 5E and 7F. RGB value is (135,94,127). Sum of RGB (Red+Green+Blue) = 135+94+127=356 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.92% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7F is #78A180. Grayscale: #6D6D6D. Windows color (decimal): -7905665 or 8347271. OLE color: 8347271.

HSL color Cylindrical-coordinate representation of color #875E7F: hue angle of 311.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E7F is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 127 -
CMYK 0 0.30 0.06 0.47
HSL 311.71º 0.18% 0.45% -
HSV(B) 311.71º 0.3% 0.53% -
XYZ 17.83 14.69 21.97 -
YUV 110.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 135 94 127 0 0.30 0.06 0.47 311.71 0.18 0.45
Hex 87 5E 7F 0 1E 6 2F 138 12 2D
Octal 207 136 177 0 36 6 57 470 22 55
Binary 10000111 1011110 1111111 0 11110 110 101111 100111000 10010 101101

Color Harmonies of #875E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E7F

Black with #875E7F

Text Example


Text Example

White with #875E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,127); }

 H1.HeaderClassName
 {
   color: #875E7F;
 }
 .AnyTagClassName
 {
   color: #875E7F;
 }
</style>

background-color css

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

 a { background-color: rgb(135,94,127); }

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

border-color css

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

 span { border-color: rgb(135,94,127); }

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