Html Css Color HEX #867B83 Taupe Grey

📋 copy color: '#867B83'

red 134 ◦ green 123 ◦ blue 131

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

Shades of Taupe Grey #867B83

Tints of Taupe Grey #867B83

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.7%

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

R = 34.54%
G = 31.7%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#867B83 (or 0x867B83) is known color: Taupe Grey. HEX triplet: 86, 7B and 83. RGB value is (134,123,131). Sum of RGB (Red+Green+Blue) = 134+123+131=388 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.54% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 134 - color contains mainly: red. Hex color #867B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867B83 is #79847C. Grayscale: #7F7F7F. Windows color (decimal): -7963773 or 8616838. OLE color: 8616838.

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

Color convert

RGB 134 123 131 -
CMYK 0 0.08 0.02 0.47
HSL 316.36º 0.04% 0.5% -
HSV(B) 316.36º 0.08% 0.53% -
XYZ 21.01 20.87 24.39 -
YUV 127.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 134 123 131 0 0.08 0.02 0.47 316.36 0.04 0.5
Hex 86 7B 83 0 8 2 2F 13C 4 32
Octal 206 173 203 0 10 2 57 474 4 62
Binary 10000110 1111011 10000011 0 1000 10 101111 100111100 100 110010

Color Harmonies of #867B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867B83

Black with #867B83

Text Example


Text Example

White with #867B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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