Html Css Color HEX #875B66 Mauve Taupe

📋 copy color: '#875B66'

red 135 ◦ green 91 ◦ blue 102

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

Shades of Mauve Taupe #875B66

Tints of Mauve Taupe #875B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 41.16%
G = 27.74%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#875B66 (or 0x875B66) is known color: Mauve Taupe. HEX triplet: 87, 5B and 66. RGB value is (135,91,102). Sum of RGB (Red+Green+Blue) = 135+91+102=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875B66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875B66 is #78A499. Grayscale: #696969. Windows color (decimal): -7906458 or 6708103. OLE color: 6708103.

HSL color Cylindrical-coordinate representation of color #875B66: hue angle of 345º 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 #875B66 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 102 -
CMYK 0 0.33 0.24 0.47
HSL 345º 0.19% 0.44% -
HSV(B) 345º 0.33% 0.53% -
XYZ 16.13 13.59 14.34 -
YUV 105.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 135 91 102 0 0.33 0.24 0.47 345 0.19 0.44
Hex 87 5B 66 0 21 18 2F 159 13 2C
Octal 207 133 146 0 41 30 57 531 23 54
Binary 10000111 1011011 1100110 0 100001 11000 101111 101011001 10011 101100

Color Harmonies of #875B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B66

Black with #875B66

Text Example


Text Example

White with #875B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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