#81797C

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

Shades of Venus #81797C

Tints of Venus #81797C

Color information

#81797C (or 0x81797C) is unknown color: approx Venus. HEX triplet: 81, 79 and 7C. RGB value is (129,121,124). Sum of RGB (Red+Green+Blue) = 129+121+124=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 129 - color contains mainly: red. Hex color #81797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81797C is #7E8683. Grayscale: #7B7B7B. Windows color (decimal): -8291972 or 8157569. OLE color: 8157569.

HSL color Cylindrical-coordinate representation of color #81797C: hue angle of 337.5º 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 #81797C is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB129121124-
CMYK00.060.040.49
HSL337.5º3.2%49.02%-
HSV(B)337.5º6.2%50.59%-
XYZ19.5319.821.86-
YUV123.73128.15131.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=34.49%
G=32.35%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12912112400.060.040.49337.53.249.02
Hex81797C06431152331
Octal20117117406461522361
Binary1000000111110011111100011010011000110101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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