#849782

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

Shades of Stack #849782

Tints of Stack #849782

Color information

#849782 (or 0x849782) is unknown color: approx Stack. HEX triplet: 84, 97 and 82. RGB value is (132,151,130). Sum of RGB (Red+Green+Blue) = 132+151+130=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 151 - color contains mainly: green. Hex color #849782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849782 is #7B687D. Grayscale: #8E8E8E. Windows color (decimal): -8087678 or 8558468. OLE color: 8558468.

HSL color Cylindrical-coordinate representation of color #849782: hue angle of 114.29º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #849782 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB132151130-
CMYK0.1300.140.41
HSL114.29º9.17%55.1%-
HSV(B)114.29º13.91%59.22%-
XYZ24.6128.6525.35-
YUV142.92120.71120.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 151 (59.38% from 255) = 36.56%
BLUE value IS 130 (51.17% from 255) = 31.48%
R=31.96%
G=36.56%
B=31.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1321511300.1300.140.41114.299.1755.1
Hex849782D0E2972937
Octal20422720215016511621167
Binary10000100100101111000001011010111010100111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849782; }

 p { color: rgb(132,151,130); }

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

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

 a { background-color: rgb(132,151,130); }

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

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

 span { border-color: rgb(132,151,130); }

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