Html Css Color HEX #875A7B Trendy Pink

📋 copy color: '#875A7B'

red 135 ◦ green 90 ◦ blue 123

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

Shades of Trendy Pink #875A7B

Tints of Trendy Pink #875A7B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.86%

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

R = 38.79%
G = 25.86%
B = 35.34%

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

#875A7B (or 0x875A7B) is known color: Trendy Pink. HEX triplet: 87, 5A and 7B. RGB value is (135,90,123). Sum of RGB (Red+Green+Blue) = 135+90+123=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 135 - color contains mainly: red. Hex color #875A7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875A7B is #78A584. Grayscale: #6B6B6B. Windows color (decimal): -7906693 or 8084103. OLE color: 8084103.

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

Color convert

RGB 135 90 123 -
CMYK 0 0.33 0.09 0.47
HSL 316º 0.2% 0.44% -
HSV(B) 316º 0.33% 0.53% -
XYZ 17.22 13.89 20.51 -
YUV 107.22 136.91 147.82 -
System Red Green Blue C M Y K H S L
Decimal 135 90 123 0 0.33 0.09 0.47 316 0.2 0.44
Hex 87 5A 7B 0 21 9 2F 13C 14 2C
Octal 207 132 173 0 41 11 57 474 24 54
Binary 10000111 1011010 1111011 0 100001 1001 101111 100111100 10100 101100

Color Harmonies of #875A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A7B

Black with #875A7B

Text Example


Text Example

White with #875A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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