Html Css Color HEX #87748B Trendy Pink

📋 copy color: '#87748B'

red 135 ◦ green 116 ◦ blue 139

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

Shades of Trendy Pink #87748B

Tints of Trendy Pink #87748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.74%

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 34.62%
G = 29.74%
B = 35.64%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#87748B (or 0x87748B) is known color: Trendy Pink. HEX triplet: 87, 74 and 8B. RGB value is (135,116,139). Sum of RGB (Red+Green+Blue) = 135+116+139=390 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.62% from 390); Green value is 116 (45.70% from 255 or 29.74% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #87748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #87748B is #788B74. Grayscale: #7C7C7C. Windows color (decimal): -7900021 or 9139335. OLE color: 9139335.

HSL color Cylindrical-coordinate representation of color #87748B: hue angle of 289.57º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #87748B is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 135 116 139 -
CMYK 0.03 0.17 0 0.45
HSL 289.57º 0.09% 0.5% -
HSV(B) 289.57º 0.17% 0.55% -
XYZ 20.9 19.51 27.09 -
YUV 124.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 135 116 139 0.03 0.17 0 0.45 289.57 0.09 0.5
Hex 87 74 8B 3 11 0 2D 122 9 32
Octal 207 164 213 3 21 0 55 442 11 62
Binary 10000111 1110100 10001011 11 10001 0 101101 100100010 1001 110010

Color Harmonies of #87748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87748B

Black with #87748B

Text Example


Text Example

White with #87748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87748B; }

 p { color: rgb(135,116,139); }

 H1.HeaderClassName
 {
   color: #87748B;
 }
 .AnyTagClassName
 {
   color: #87748B;
 }
</style>

background-color css

<style>
 a { background-color: #87748B; }

 a { background-color: rgb(135,116,139); }

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

border-color css

<style>
 span { border-color: #87748B; }

 span { border-color: rgb(135,116,139); }

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