Html Css Color HEX #875B7D Trendy Pink

📋 copy color: '#875B7D'

red 135 ◦ green 91 ◦ blue 125

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

Shades of Trendy Pink #875B7D

Tints of Trendy Pink #875B7D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

 BLUE value IS 125 (49.22% from 255) = 35.61%

R = 38.46%
G = 25.93%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#875B7D (or 0x875B7D) is known color: Trendy Pink. HEX triplet: 87, 5B and 7D. RGB value is (135,91,125). Sum of RGB (Red+Green+Blue) = 135+91+125=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B7D is #78A482. Grayscale: #6B6B6B. Windows color (decimal): -7906435 or 8215431. OLE color: 8215431.

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

Color convert

RGB 135 91 125 -
CMYK 0 0.33 0.07 0.47
HSL 313.64º 0.19% 0.44% -
HSV(B) 313.64º 0.33% 0.53% -
XYZ 17.43 14.11 21.21 -
YUV 108.03 137.58 147.24 -
System Red Green Blue C M Y K H S L
Decimal 135 91 125 0 0.33 0.07 0.47 313.64 0.19 0.44
Hex 87 5B 7D 0 21 7 2F 13A 13 2C
Octal 207 133 175 0 41 7 57 472 23 54
Binary 10000111 1011011 1111101 0 100001 111 101111 100111010 10011 101100

Color Harmonies of #875B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B7D

Black with #875B7D

Text Example


Text Example

White with #875B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,91,125); }

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

background-color css

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

 a { background-color: rgb(135,91,125); }

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

border-color css

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

 span { border-color: rgb(135,91,125); }

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