#837079

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

Shades of Venus #837079

Tints of Venus #837079

Color information

#837079 (or 0x837079) is unknown color: approx Venus. HEX triplet: 83, 70 and 79. RGB value is (131,112,121). Sum of RGB (Red+Green+Blue) = 131+112+121=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 131 - color contains mainly: red. Hex color #837079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837079 is #7C8F86. Grayscale: #767676. Windows color (decimal): -8163207 or 7958659. OLE color: 7958659.

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

Color convert

RGB131112121-
CMYK00.150.080.49
HSL331.58º7.82%47.65%-
HSV(B)331.58º14.5%51.37%-
XYZ18.6117.7920.54-
YUV118.71129.29136.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.99%
GREEN value IS 112 (44.14% from 255) = 30.77%
BLUE value IS 121 (47.66% from 255) = 33.24%
R=35.99%
G=30.77%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111212100.150.080.49331.587.8247.65
Hex8370790F83114c830
Octal20316017101710615141060
Binary10000011111000011110010111110001100011010011001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837079; }

 p { color: rgb(131,112,121); }

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

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

 a { background-color: rgb(131,112,121); }

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

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

 span { border-color: rgb(131,112,121); }

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