#87738A

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

Shades of Trendy Pink #87738A

Tints of Trendy Pink #87738A

Color information

#87738A (or 0x87738A) is unknown color: approx Trendy Pink. HEX triplet: 87, 73 and 8A. RGB value is (135,115,138). Sum of RGB (Red+Green+Blue) = 135+115+138=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 138 - color contains mainly: blue. Hex color #87738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87738A is #788C75. Grayscale: #7B7B7B. Windows color (decimal): -7900278 or 9073543. OLE color: 9073543.

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

Color convert

RGB135115138-
CMYK0.020.1700.46
HSL292.17º9.09%49.61%-
HSV(B)292.17º16.67%54.12%-
XYZ20.7119.2526.67-
YUV123.6136.13136.13-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 115 (45.31% from 255) = 29.64%
BLUE value IS 138 (54.30% from 255) = 35.57%
R=34.79%
G=29.64%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1351151380.020.1700.46292.179.0949.61
Hex87738A21102E124932
Octal2071632122210564441162
Binary10000111111001110001010101000101011101001001001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #87738A;
 }
 .AnyTagClassName
 {
   color: #87738A;
 }
</style>
background-color css

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

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

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

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

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

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