#81767A

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

Shades of Venus #81767A

Tints of Venus #81767A

Color information

#81767A (or 0x81767A) is unknown color: approx Venus. HEX triplet: 81, 76 and 7A. RGB value is (129,118,122). Sum of RGB (Red+Green+Blue) = 129+118+122=369 (48% of max value = 765). Red value is 129 (50.78% from 255 or 34.96% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 129 - color contains mainly: red. Hex color #81767A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81767A is #7E8985. Grayscale: #797979. Windows color (decimal): -8292742 or 8025729. OLE color: 8025729.

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

Color convert

RGB129118122-
CMYK00.090.050.49
HSL338.18º4.45%48.43%-
HSV(B)338.18º8.53%50.59%-
XYZ19.0419.0321.08-
YUV121.74128.14133.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.96%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 122 (48.05% from 255) = 33.06%
R=34.96%
G=31.98%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911812200.090.050.49338.184.4548.43
Hex81767A09531152430
Octal201166172011561522460
Binary100000011110110111101001001101110001101010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81767A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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