Html Css Color HEX #87626C Mauve Taupe

📋 copy color: '#87626C'

red 135 ◦ green 98 ◦ blue 108

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

Shades of Mauve Taupe #87626C

Tints of Mauve Taupe #87626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

 BLUE value IS 108 (42.58% from 255) = 31.67%

R = 39.59%
G = 28.74%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#87626C (or 0x87626C) is known color: Mauve Taupe. HEX triplet: 87, 62 and 6C. RGB value is (135,98,108). Sum of RGB (Red+Green+Blue) = 135+98+108=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87626C is #789D93. Grayscale: #6E6E6E. Windows color (decimal): -7904660 or 7103111. OLE color: 7103111.

HSL color Cylindrical-coordinate representation of color #87626C: hue angle of 343.78º degrees, saturation: 0.16, 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 #87626C is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 108 -
CMYK 0 0.27 0.2 0.47
HSL 343.78º 0.16% 0.46% -
HSV(B) 343.78º 0.27% 0.53% -
XYZ 17.07 14.97 16.18 -
YUV 110.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 135 98 108 0 0.27 0.2 0.47 343.78 0.16 0.46
Hex 87 62 6C 0 1B 14 2F 158 10 2E
Octal 207 142 154 0 33 24 57 530 20 56
Binary 10000111 1100010 1101100 0 11011 10100 101111 101011000 10000 101110

Color Harmonies of #87626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87626C

Black with #87626C

Text Example


Text Example

White with #87626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87626C; }

 p { color: rgb(135,98,108); }

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

background-color css

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

 a { background-color: rgb(135,98,108); }

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

border-color css

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

 span { border-color: rgb(135,98,108); }

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