Html Css Color HEX #875B6C Mauve Taupe

📋 copy color: '#875B6C'

red 135 ◦ green 91 ◦ blue 108

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

Shades of Mauve Taupe #875B6C

Tints of Mauve Taupe #875B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 40.42%
G = 27.25%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.47

RGB Variations

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

Color information

#875B6C (or 0x875B6C) is known color: Mauve Taupe. HEX triplet: 87, 5B and 6C. RGB value is (135,91,108). Sum of RGB (Red+Green+Blue) = 135+91+108=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #875B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B6C is #78A493. Grayscale: #6A6A6A. Windows color (decimal): -7906452 or 7101319. OLE color: 7101319.

HSL color Cylindrical-coordinate representation of color #875B6C: hue angle of 336.82º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875B6C is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 108 -
CMYK 0 0.33 0.2 0.47
HSL 336.82º 0.19% 0.44% -
HSV(B) 336.82º 0.33% 0.53% -
XYZ 16.44 13.72 15.97 -
YUV 106.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 135 91 108 0 0.33 0.2 0.47 336.82 0.19 0.44
Hex 87 5B 6C 0 21 14 2F 151 13 2C
Octal 207 133 154 0 41 24 57 521 23 54
Binary 10000111 1011011 1101100 0 100001 10100 101111 101010001 10011 101100

Color Harmonies of #875B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B6C

Black with #875B6C

Text Example


Text Example

White with #875B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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