Html Css Color HEX #867F83 Taupe Grey

📋 copy color: '#867F83'

red 134 ◦ green 127 ◦ blue 131

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

Shades of Taupe Grey #867F83

Tints of Taupe Grey #867F83

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 131 (51.56% from 255) = 33.42%

R = 34.18%
G = 32.4%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#867F83 (or 0x867F83) is known color: Taupe Grey. HEX triplet: 86, 7F and 83. RGB value is (134,127,131). Sum of RGB (Red+Green+Blue) = 134+127+131=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 134 - color contains mainly: red. Hex color #867F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F83 is #79807C. Grayscale: #818181. Windows color (decimal): -7962749 or 8617862. OLE color: 8617862.

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

Color convert

RGB 134 127 131 -
CMYK 0 0.05 0.02 0.47
HSL 325.71º 0.03% 0.51% -
HSV(B) 325.71º 0.05% 0.53% -
XYZ 21.52 21.89 24.56 -
YUV 129.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 134 127 131 0 0.05 0.02 0.47 325.71 0.03 0.51
Hex 86 7F 83 0 5 2 2F 146 3 33
Octal 206 177 203 0 5 2 57 506 3 63
Binary 10000110 1111111 10000011 0 101 10 101111 101000110 11 110011

Color Harmonies of #867F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867F83

Black with #867F83

Text Example


Text Example

White with #867F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,127,131); }

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

background-color css

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

 a { background-color: rgb(134,127,131); }

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

border-color css

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

 span { border-color: rgb(134,127,131); }

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