#848082

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

Shades of Venus #848082

Tints of Venus #848082

Color information

#848082 (or 0x848082) is unknown color: approx Venus. HEX triplet: 84, 80 and 82. RGB value is (132,128,130). Sum of RGB (Red+Green+Blue) = 132+128+130=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 132 - color contains mainly: red. Hex color #848082 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848082 is #7B7F7D. Grayscale: #818181. Windows color (decimal): -8093566 or 8552580. OLE color: 8552580.

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

Color convert

RGB132128130-
CMYK00.030.020.48
HSL330º1.6%50.98%-
HSV(B)330º3.03%51.76%-
XYZ21.2621.9624.24-
YUV129.42128.33129.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=33.85%
G=32.82%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212813000.030.020.483301.650.98
Hex8480820323014a233
Octal20420020203260512263
Binary1000010010000000100000100111011000010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848082; }

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

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

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

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

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

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

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

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