Html Css Color HEX #87768A Trendy Pink

📋 copy color: '#87768A'

red 135 ◦ green 118 ◦ blue 138

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

Shades of Trendy Pink #87768A

Tints of Trendy Pink #87768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

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

R = 34.53%
G = 30.18%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#87768A (or 0x87768A) is known color: Trendy Pink. HEX triplet: 87, 76 and 8A. RGB value is (135,118,138). Sum of RGB (Red+Green+Blue) = 135+118+138=391 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.53% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 138 - color contains mainly: blue. Hex color #87768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87768A is #788975. Grayscale: #7D7D7D. Windows color (decimal): -7899510 or 9074311. OLE color: 9074311.

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

Color convert

RGB 135 118 138 -
CMYK 0.02 0.14 0 0.46
HSL 291º 0.08% 0.5% -
HSV(B) 291º 0.14% 0.54% -
XYZ 21.06 19.94 26.78 -
YUV 125.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 135 118 138 0.02 0.14 0 0.46 291 0.08 0.5
Hex 87 76 8A 2 E 0 2E 123 8 32
Octal 207 166 212 2 16 0 56 443 10 62
Binary 10000111 1110110 10001010 10 1110 0 101110 100100011 1000 110010

Color Harmonies of #87768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87768A

Black with #87768A

Text Example


Text Example

White with #87768A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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