Html Css Color HEX #876A83 Trendy Pink

📋 copy color: '#876A83'

red 135 ◦ green 106 ◦ blue 131

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

Shades of Trendy Pink #876A83

Tints of Trendy Pink #876A83

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.49%

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

R = 36.29%
G = 28.49%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#876A83 (or 0x876A83) is known color: Trendy Pink. HEX triplet: 87, 6A and 83. RGB value is (135,106,131). Sum of RGB (Red+Green+Blue) = 135+106+131=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 135 - color contains mainly: red. Hex color #876A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876A83 is #78957C. Grayscale: #757575. Windows color (decimal): -7902589 or 8612487. OLE color: 8612487.

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

Color convert

RGB 135 106 131 -
CMYK 0 0.21 0.03 0.47
HSL 308.28º 0.12% 0.47% -
HSV(B) 308.28º 0.21% 0.53% -
XYZ 19.24 17.1 23.76 -
YUV 117.52 135.61 140.47 -
System Red Green Blue C M Y K H S L
Decimal 135 106 131 0 0.21 0.03 0.47 308.28 0.12 0.47
Hex 87 6A 83 0 15 3 2F 134 C 2F
Octal 207 152 203 0 25 3 57 464 14 57
Binary 10000111 1101010 10000011 0 10101 11 101111 100110100 1100 101111

Color Harmonies of #876A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876A83

Black with #876A83

Text Example


Text Example

White with #876A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876A83; }

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

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

background-color css

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

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

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

border-color css

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

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

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