Html Css Color HEX #875B7B Trendy Pink

📋 copy color: '#875B7B'

red 135 ◦ green 91 ◦ blue 123

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

Shades of Trendy Pink #875B7B

Tints of Trendy Pink #875B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.24%

R = 38.68%
G = 26.07%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#875B7B (or 0x875B7B) is known color: Trendy Pink. HEX triplet: 87, 5B and 7B. RGB value is (135,91,123). Sum of RGB (Red+Green+Blue) = 135+91+123=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #875B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B7B is #78A484. Grayscale: #6B6B6B. Windows color (decimal): -7906437 or 8084359. OLE color: 8084359.

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

Color convert

RGB 135 91 123 -
CMYK 0 0.33 0.09 0.47
HSL 316.36º 0.19% 0.44% -
HSV(B) 316.36º 0.33% 0.53% -
XYZ 17.31 14.06 20.54 -
YUV 107.8 136.58 147.4 -
System Red Green Blue C M Y K H S L
Decimal 135 91 123 0 0.33 0.09 0.47 316.36 0.19 0.44
Hex 87 5B 7B 0 21 9 2F 13C 13 2C
Octal 207 133 173 0 41 11 57 474 23 54
Binary 10000111 1011011 1111011 0 100001 1001 101111 100111100 10011 101100

Color Harmonies of #875B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B7B

Black with #875B7B

Text Example


Text Example

White with #875B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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