Html Css Color HEX #876067 Mauve Taupe

📋 copy color: '#876067'

red 135 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #876067

Tints of Mauve Taupe #876067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 40.42%
G = 28.74%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#876067 (or 0x876067) is known color: Mauve Taupe. HEX triplet: 87, 60 and 67. RGB value is (135,96,103). Sum of RGB (Red+Green+Blue) = 135+96+103=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #876067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876067 is #789F98. Grayscale: #6C6C6C. Windows color (decimal): -7905177 or 6774919. OLE color: 6774919.

HSL color Cylindrical-coordinate representation of color #876067: hue angle of 349.23º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #876067 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 96 103 -
CMYK 0 0.29 0.24 0.47
HSL 349.23º 0.17% 0.45% -
HSV(B) 349.23º 0.29% 0.53% -
XYZ 16.62 14.5 14.75 -
YUV 108.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 135 96 103 0 0.29 0.24 0.47 349.23 0.17 0.45
Hex 87 60 67 0 1D 18 2F 15D 11 2D
Octal 207 140 147 0 35 30 57 535 21 55
Binary 10000111 1100000 1100111 0 11101 11000 101111 101011101 10001 101101

Color Harmonies of #876067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876067

Black with #876067

Text Example


Text Example

White with #876067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876067; }

 p { color: rgb(135,96,103); }

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

background-color css

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

 a { background-color: rgb(135,96,103); }

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

border-color css

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

 span { border-color: rgb(135,96,103); }

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