#87768A

Color #87768A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #87768A

Tints of Trendy Pink #87768A

Color information

#87768A (or 0x87768A) is unknown color: approx 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

RGB135118138-
CMYK0.020.1400.46
HSL291º7.87%50.2%-
HSV(B)291º14.49%54.12%-
XYZ21.0619.9426.78-
YUV125.36135.13134.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.53%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=34.53%
G=30.18%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351181380.020.1400.462917.8750.2
Hex87768A2E02E123832
Octal2071662122160564431062
Binary1000011111101101000101010111001011101001000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>