#827379

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

Shades of Venus #827379

Tints of Venus #827379

Color information

#827379 (or 0x827379) is unknown color: approx Venus. HEX triplet: 82, 73 and 79. RGB value is (130,115,121). Sum of RGB (Red+Green+Blue) = 130+115+121=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 130 - color contains mainly: red. Hex color #827379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827379 is #7D8C86. Grayscale: #787878. Windows color (decimal): -8227975 or 7959426. OLE color: 7959426.

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

Color convert

RGB130115121-
CMYK00.120.070.49
HSL336º6.12%48.04%-
HSV(B)336º11.54%50.98%-
XYZ18.7918.3920.65-
YUV120.17128.47135.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.52%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=35.52%
G=31.42%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011512100.120.070.493366.1248.04
Hex8273790C731150630
Octal202163171014761520660
Binary100000101110011111100101100111110001101010000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827379; }

 p { color: rgb(130,115,121); }

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

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

 a { background-color: rgb(130,115,121); }

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

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

 span { border-color: rgb(130,115,121); }

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