Html Css Color HEX #876883 Trendy Pink

📋 copy color: '#876883'

red 135 ◦ green 104 ◦ blue 131

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

Shades of Trendy Pink #876883

Tints of Trendy Pink #876883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.11%

 BLUE value IS 131 (51.56% from 255) = 35.41%

R = 36.49%
G = 28.11%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#876883 (or 0x876883) is known color: Trendy Pink. HEX triplet: 87, 68 and 83. RGB value is (135,104,131). Sum of RGB (Red+Green+Blue) = 135+104+131=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 135 - color contains mainly: red. Hex color #876883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876883 is #78977C. Grayscale: #747474. Windows color (decimal): -7903101 or 8611975. OLE color: 8611975.

HSL color Cylindrical-coordinate representation of color #876883: hue angle of 307.74º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #876883 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 104 131 -
CMYK 0 0.23 0.03 0.47
HSL 307.74º 0.13% 0.47% -
HSV(B) 307.74º 0.23% 0.53% -
XYZ 19.04 16.69 23.69 -
YUV 116.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 135 104 131 0 0.23 0.03 0.47 307.74 0.13 0.47
Hex 87 68 83 0 17 3 2F 134 D 2F
Octal 207 150 203 0 27 3 57 464 15 57
Binary 10000111 1101000 10000011 0 10111 11 101111 100110100 1101 101111

Color Harmonies of #876883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876883

Black with #876883

Text Example


Text Example

White with #876883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876883; }

 p { color: rgb(135,104,131); }

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

background-color css

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

 a { background-color: rgb(135,104,131); }

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

border-color css

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

 span { border-color: rgb(135,104,131); }

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