Html Css Color HEX #876385 Trendy Pink

📋 copy color: '#876385'

red 135 ◦ green 99 ◦ blue 133

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

Shades of Trendy Pink #876385

Tints of Trendy Pink #876385

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 36.78%
G = 26.98%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#876385 (or 0x876385) is known color: Trendy Pink. HEX triplet: 87, 63 and 85. RGB value is (135,99,133). Sum of RGB (Red+Green+Blue) = 135+99+133=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 135 - color contains mainly: red. Hex color #876385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876385 is #789C7A. Grayscale: #717171. Windows color (decimal): -7904379 or 8741767. OLE color: 8741767.

HSL color Cylindrical-coordinate representation of color #876385: hue angle of 303.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876385 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 99 133 -
CMYK 0 0.27 0.01 0.47
HSL 303.33º 0.15% 0.46% -
HSV(B) 303.33º 0.27% 0.53% -
XYZ 18.69 15.77 24.25 -
YUV 113.64 138.93 143.24 -
System Red Green Blue C M Y K H S L
Decimal 135 99 133 0 0.27 0.01 0.47 303.33 0.15 0.46
Hex 87 63 85 0 1B 1 2F 12F F 2E
Octal 207 143 205 0 33 1 57 457 17 56
Binary 10000111 1100011 10000101 0 11011 1 101111 100101111 1111 101110

Color Harmonies of #876385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876385

Black with #876385

Text Example


Text Example

White with #876385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876385; }

 p { color: rgb(135,99,133); }

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

background-color css

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

 a { background-color: rgb(135,99,133); }

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

border-color css

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

 span { border-color: rgb(135,99,133); }

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