#818180

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

Shades of Jumbo #818180

Tints of Jumbo #818180

Color information

#818180 (or 0x818180) is unknown color: approx Jumbo. HEX triplet: 81, 81 and 80. RGB value is (129,129,128). Sum of RGB (Red+Green+Blue) = 129+129+128=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 129 - color contains mainly: red, green. Hex color #818180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818180 is #7E7E7F. Grayscale: #808080. Windows color (decimal): -8289920 or 8421761. OLE color: 8421761.

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

Color convert

RGB129129128-
CMYK000.010.49
HSL60º0.4%50.39%-
HSV(B)60º0.78%50.59%-
XYZ20.821.9323.56-
YUV128.89127.5128.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 33.42%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=33.42%
G=33.42%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129129128000.010.49600.450.39
Hex818180001313c032
Octal2012012000016174062
Binary1000000110000001100000000011100011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818180; }

 p { color: rgb(129,129,128); }

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

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

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

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

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

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

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