Html Css Color HEX #87758A Trendy Pink

📋 copy color: '#87758A'

red 135 ◦ green 117 ◦ blue 138

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

Shades of Trendy Pink #87758A

Tints of Trendy Pink #87758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 34.62%
G = 30%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87758A (or 0x87758A) is known color: Trendy Pink. HEX triplet: 87, 75 and 8A. RGB value is (135,117,138). Sum of RGB (Red+Green+Blue) = 135+117+138=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #87758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87758A is #788A75. Grayscale: #7C7C7C. Windows color (decimal): -7899766 or 9074055. OLE color: 9074055.

HSL color Cylindrical-coordinate representation of color #87758A: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87758A is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 135 117 138 -
CMYK 0.02 0.15 0 0.46
HSL 291.43º 0.08% 0.5% -
HSV(B) 291.43º 0.15% 0.54% -
XYZ 20.94 19.71 26.75 -
YUV 124.78 135.46 135.29 -
System Red Green Blue C M Y K H S L
Decimal 135 117 138 0.02 0.15 0 0.46 291.43 0.08 0.5
Hex 87 75 8A 2 F 0 2E 123 8 32
Octal 207 165 212 2 17 0 56 443 10 62
Binary 10000111 1110101 10001010 10 1111 0 101110 100100011 1000 110010

Color Harmonies of #87758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87758A

Black with #87758A

Text Example


Text Example

White with #87758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87758A; }

 p { color: rgb(135,117,138); }

 H1.HeaderClassName
 {
   color: #87758A;
 }
 .AnyTagClassName
 {
   color: #87758A;
 }
</style>

background-color css

<style>
 a { background-color: #87758A; }

 a { background-color: rgb(135,117,138); }

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

border-color css

<style>
 span { border-color: #87758A; }

 span { border-color: rgb(135,117,138); }

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