#847B80

Color #847B80 Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #847B80

Tints of Taupe Grey #847B80

Color information

#847B80 (or 0x847B80) is unknown color: approx Taupe Grey. HEX triplet: 84, 7B and 80. RGB value is (132,123,128). Sum of RGB (Red+Green+Blue) = 132+123+128=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 132 - color contains mainly: red. Hex color #847B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #847B80 is #7B847F. Grayscale: #7E7E7E. Windows color (decimal): -8094848 or 8420228. OLE color: 8420228.

HSL color Cylindrical-coordinate representation of color #847B80: hue angle of 326.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #847B80 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB132123128-
CMYK00.070.030.48
HSL326.67º3.53%50%-
HSV(B)326.67º6.82%51.76%-
XYZ20.4920.6323.32-
YUV126.26128.98132.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.46%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 128 (50.39% from 255) = 33.42%
R=34.46%
G=32.11%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212312800.070.030.48326.673.5350
Hex847B8007330147432
Octal20417320007360507462
Binary10000100111101110000000011111110000101000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847B80; }

 p { color: rgb(132,123,128); }

 H1.HeaderClassName
 {
   color: #847B80;
 }
 .AnyTagClassName
 {
   color: #847B80;
 }
</style>
background-color css

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

 a { background-color: rgb(132,123,128); }

 div.DivClassName
 {
   background-color: #847B80;
 }
 .BgClassName
 {
   background-color: #847B80;
 }
</style>
border-color css

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

 span { border-color: rgb(132,123,128); }

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