#838082

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

Shades of Taupe Grey #838082

Tints of Taupe Grey #838082

Color information

#838082 (or 0x838082) is unknown color: approx Taupe Grey. HEX triplet: 83, 80 and 82. RGB value is (131,128,130). Sum of RGB (Red+Green+Blue) = 131+128+130=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 131 - color contains mainly: red. Hex color #838082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838082 is #7C7F7D. Grayscale: #818181. Windows color (decimal): -8159102 or 8552579. OLE color: 8552579.

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

Color convert

RGB131128130-
CMYK00.020.010.49
HSL320º1.2%50.78%-
HSV(B)320º2.29%51.37%-
XYZ21.1121.8824.23-
YUV129.12128.49129.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 130 (51.17% from 255) = 33.42%
R=33.68%
G=32.90%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13112813000.020.010.493201.250.78
Hex83808202131140133
Octal20320020202161500163
Binary10000011100000001000001001011100011010000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838082; }

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

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

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

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

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

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

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

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