Html Css Color HEX #876492 Trendy Pink

📋 copy color: '#876492'

red 135 ◦ green 100 ◦ blue 146

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

Shades of Trendy Pink #876492

Tints of Trendy Pink #876492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.25%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 35.43%
G = 26.25%
B = 38.32%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#876492 (or 0x876492) is known color: Trendy Pink. HEX triplet: 87, 64 and 92. RGB value is (135,100,146). Sum of RGB (Red+Green+Blue) = 135+100+146=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 146 - color contains mainly: blue. Hex color #876492 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876492 is #789B6D. Grayscale: #737373. Windows color (decimal): -7904110 or 9593991. OLE color: 9593991.

HSL color Cylindrical-coordinate representation of color #876492: hue angle of 285.65º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876492 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 135 100 146 -
CMYK 0.08 0.32 0 0.43
HSL 285.65º 0.19% 0.48% -
HSV(B) 285.65º 0.32% 0.57% -
XYZ 19.74 16.34 29.31 -
YUV 115.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 135 100 146 0.08 0.32 0 0.43 285.65 0.19 0.48
Hex 87 64 92 8 20 0 2B 11E 13 30
Octal 207 144 222 10 40 0 53 436 23 60
Binary 10000111 1100100 10010010 1000 100000 0 101011 100011110 10011 110000

Color Harmonies of #876492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876492

Black with #876492

Text Example


Text Example

White with #876492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876492; }

 p { color: rgb(135,100,146); }

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

background-color css

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

 a { background-color: rgb(135,100,146); }

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

border-color css

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

 span { border-color: rgb(135,100,146); }

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