Html Css Color HEX #837C80 Taupe Grey

📋 copy color: '#837C80'

red 131 ◦ green 124 ◦ blue 128

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

Shades of Taupe Grey #837C80

Tints of Taupe Grey #837C80

RGB

 RED value IS 131 (51.56% from 255) = 34.2%

 GREEN value IS 124 (48.83% from 255) = 32.38%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 34.2%
G = 32.38%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#837C80 (or 0x837C80) is known color: Taupe Grey. HEX triplet: 83, 7C and 80. RGB value is (131,124,128). Sum of RGB (Red+Green+Blue) = 131+124+128=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 131 - color contains mainly: red. Hex color #837C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C80 is #7C837F. Grayscale: #7E7E7E. Windows color (decimal): -8160128 or 8420483. OLE color: 8420483.

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

Color convert

RGB 131 124 128 -
CMYK 0 0.05 0.02 0.49
HSL 325.71º 0.03% 0.5% -
HSV(B) 325.71º 0.05% 0.51% -
XYZ 20.46 20.8 23.36 -
YUV 126.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 131 124 128 0 0.05 0.02 0.49 325.71 0.03 0.5
Hex 83 7C 80 0 5 2 31 146 3 32
Octal 203 174 200 0 5 2 61 506 3 62
Binary 10000011 1111100 10000000 0 101 10 110001 101000110 11 110010

Color Harmonies of #837C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837C80

Black with #837C80

Text Example


Text Example

White with #837C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837C80; }

 p { color: rgb(131,124,128); }

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

background-color css

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

 a { background-color: rgb(131,124,128); }

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

border-color css

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

 span { border-color: rgb(131,124,128); }

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