#809382

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

Shades of Stack #809382

Tints of Stack #809382

Color information

#809382 (or 0x809382) is unknown color: approx Stack. HEX triplet: 80, 93 and 82. RGB value is (128,147,130). Sum of RGB (Red+Green+Blue) = 128+147+130=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #809382 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809382 is #7F6C7D. Grayscale: #8B8B8B. Windows color (decimal): -8350846 or 8557440. OLE color: 8557440.

HSL color Cylindrical-coordinate representation of color #809382: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #809382 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB128147130-
CMYK0.1300.120.42
HSL126.32º8.09%53.92%-
HSV(B)126.32º12.93%57.65%-
XYZ23.3727.0725.11-
YUV139.38122.71119.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 147 (57.81% from 255) = 36.30%
BLUE value IS 130 (51.17% from 255) = 32.10%
R=31.60%
G=36.30%
B=32.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471300.1300.120.42126.328.0953.92
Hex809382D0C2A7e836
Octal20022320215014521761066
Binary10000000100100111000001011010110010101011111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809382; }

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

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

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

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

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

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

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

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