Html Css Color HEX #87616B Mauve Taupe

📋 copy color: '#87616B'

red 135 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #87616B

Tints of Mauve Taupe #87616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

 BLUE value IS 107 (42.19% from 255) = 31.56%

R = 39.82%
G = 28.61%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#87616B (or 0x87616B) is known color: Mauve Taupe. HEX triplet: 87, 61 and 6B. RGB value is (135,97,107). Sum of RGB (Red+Green+Blue) = 135+97+107=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #87616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87616B is #789E94. Grayscale: #6D6D6D. Windows color (decimal): -7904917 or 7037319. OLE color: 7037319.

HSL color Cylindrical-coordinate representation of color #87616B: hue angle of 344.21º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87616B is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 97 107 -
CMYK 0 0.28 0.21 0.47
HSL 344.21º 0.16% 0.45% -
HSV(B) 344.21º 0.28% 0.53% -
XYZ 16.92 14.76 15.87 -
YUV 109.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 135 97 107 0 0.28 0.21 0.47 344.21 0.16 0.45
Hex 87 61 6B 0 1C 15 2F 158 10 2D
Octal 207 141 153 0 34 25 57 530 20 55
Binary 10000111 1100001 1101011 0 11100 10101 101111 101011000 10000 101101

Color Harmonies of #87616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87616B

Black with #87616B

Text Example


Text Example

White with #87616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,97,107); }

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

background-color css

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

 a { background-color: rgb(135,97,107); }

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

border-color css

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

 span { border-color: rgb(135,97,107); }

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