#81797D

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

Shades of Venus #81797D

Tints of Venus #81797D

Color information

#81797D (or 0x81797D) is unknown color: approx Venus. HEX triplet: 81, 79 and 7D. RGB value is (129,121,125). Sum of RGB (Red+Green+Blue) = 129+121+125=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 129 - color contains mainly: red. Hex color #81797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81797D is #7E8682. Grayscale: #7B7B7B. Windows color (decimal): -8291971 or 8223105. OLE color: 8223105.

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

Color convert

RGB129121125-
CMYK00.060.030.49
HSL330º3.2%49.02%-
HSV(B)330º6.2%50.59%-
XYZ19.5919.8222.2-
YUV123.85128.65131.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.4%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 125 (49.22% from 255) = 33.33%
R=34.4%
G=32.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912112500.060.030.493303.249.02
Hex81797D0633114a331
Octal20117117506361512361
Binary100000011111001111110101101111000110100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81797D; }

 p { color: rgb(129,121,125); }

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

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

 a { background-color: rgb(129,121,125); }

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

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

 span { border-color: rgb(129,121,125); }

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