#81737A

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

Shades of Venus #81737A

Tints of Venus #81737A

Color information

#81737A (or 0x81737A) is unknown color: approx Venus. HEX triplet: 81, 73 and 7A. RGB value is (129,115,122). Sum of RGB (Red+Green+Blue) = 129+115+122=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 129 - color contains mainly: red. Hex color #81737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81737A is #7E8C85. Grayscale: #777777. Windows color (decimal): -8293510 or 8024961. OLE color: 8024961.

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

Color convert

RGB129115122-
CMYK00.110.050.49
HSL330º5.74%47.84%-
HSV(B)330º10.85%50.59%-
XYZ18.718.3320.97-
YUV119.98129.14134.43-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=35.25%
G=31.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911512200.110.050.493305.7447.84
Hex81737A0B53114a630
Octal201163172013561512660
Binary100000011110011111101001011101110001101001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81737A; }

 p { color: rgb(129,115,122); }

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

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

 a { background-color: rgb(129,115,122); }

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

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

 span { border-color: rgb(129,115,122); }

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