Html Css Color HEX #867D85 Taupe Grey

📋 copy color: '#867D85'

red 134 ◦ green 125 ◦ blue 133

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

Shades of Taupe Grey #867D85

Tints of Taupe Grey #867D85

RGB

 RED value IS 134 (52.73% from 255) = 34.18%

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 133 (52.34% from 255) = 33.93%

R = 34.18%
G = 31.89%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#867D85 (or 0x867D85) is known color: Taupe Grey. HEX triplet: 86, 7D and 85. RGB value is (134,125,133). Sum of RGB (Red+Green+Blue) = 134+125+133=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 134 - color contains mainly: red. Hex color #867D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867D85 is #79827A. Grayscale: #808080. Windows color (decimal): -7963259 or 8748422. OLE color: 8748422.

HSL color Cylindrical-coordinate representation of color #867D85: hue angle of 306.67º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867D85 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 125 133 -
CMYK 0 0.07 0.01 0.47
HSL 306.67º 0.04% 0.51% -
HSV(B) 306.67º 0.07% 0.53% -
XYZ 21.4 21.43 25.2 -
YUV 128.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 134 125 133 0 0.07 0.01 0.47 306.67 0.04 0.51
Hex 86 7D 85 0 7 1 2F 133 4 33
Octal 206 175 205 0 7 1 57 463 4 63
Binary 10000110 1111101 10000101 0 111 1 101111 100110011 100 110011

Color Harmonies of #867D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D85

Black with #867D85

Text Example


Text Example

White with #867D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867D85; }

 p { color: rgb(134,125,133); }

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

background-color css

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

 a { background-color: rgb(134,125,133); }

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

border-color css

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

 span { border-color: rgb(134,125,133); }

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