Html Css Color HEX #875E7E Trendy Pink

📋 copy color: '#875E7E'

red 135 ◦ green 94 ◦ blue 126

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

Shades of Trendy Pink #875E7E

Tints of Trendy Pink #875E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 38.03%
G = 26.48%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#875E7E (or 0x875E7E) is known color: Trendy Pink. HEX triplet: 87, 5E and 7E. RGB value is (135,94,126). Sum of RGB (Red+Green+Blue) = 135+94+126=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #875E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E7E is #78A181. Grayscale: #6D6D6D. Windows color (decimal): -7905666 or 8281735. OLE color: 8281735.

HSL color Cylindrical-coordinate representation of color #875E7E: hue angle of 313.17º 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 #875E7E is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 126 -
CMYK 0 0.30 0.07 0.47
HSL 313.17º 0.18% 0.45% -
HSV(B) 313.17º 0.3% 0.53% -
XYZ 17.76 14.66 21.63 -
YUV 109.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 135 94 126 0 0.30 0.07 0.47 313.17 0.18 0.45
Hex 87 5E 7E 0 1E 7 2F 139 12 2D
Octal 207 136 176 0 36 7 57 471 22 55
Binary 10000111 1011110 1111110 0 11110 111 101111 100111001 10010 101101

Color Harmonies of #875E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E7E

Black with #875E7E

Text Example


Text Example

White with #875E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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