Html Css Color HEX #876465 Mauve Taupe

📋 copy color: '#876465'

red 135 ◦ green 100 ◦ blue 101

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

Shades of Mauve Taupe #876465

Tints of Mauve Taupe #876465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 40.18%
G = 29.76%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#876465 (or 0x876465) is known color: Mauve Taupe. HEX triplet: 87, 64 and 65. RGB value is (135,100,101). Sum of RGB (Red+Green+Blue) = 135+100+101=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876465 is #789B9A. Grayscale: #6E6E6E. Windows color (decimal): -7904155 or 6644871. OLE color: 6644871.

HSL color Cylindrical-coordinate representation of color #876465: hue angle of 358.29º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #876465 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 100 101 -
CMYK 0 0.26 0.25 0.47
HSL 358.29º 0.15% 0.46% -
HSV(B) 358.29º 0.26% 0.53% -
XYZ 16.9 15.2 14.36 -
YUV 110.58 122.6 145.42 -
System Red Green Blue C M Y K H S L
Decimal 135 100 101 0 0.26 0.25 0.47 358.29 0.15 0.46
Hex 87 64 65 0 1A 19 2F 166 F 2E
Octal 207 144 145 0 32 31 57 546 17 56
Binary 10000111 1100100 1100101 0 11010 11001 101111 101100110 1111 101110

Color Harmonies of #876465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876465

Black with #876465

Text Example


Text Example

White with #876465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876465; }

 p { color: rgb(135,100,101); }

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

background-color css

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

 a { background-color: rgb(135,100,101); }

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

border-color css

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

 span { border-color: rgb(135,100,101); }

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