#81767B

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

Shades of Venus #81767B

Tints of Venus #81767B

Color information

#81767B (or 0x81767B) is unknown color: approx Venus. HEX triplet: 81, 76 and 7B. RGB value is (129,118,123). Sum of RGB (Red+Green+Blue) = 129+118+123=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 129 - color contains mainly: red. Hex color #81767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81767B is #7E8984. Grayscale: #797979. Windows color (decimal): -8292741 or 8091265. OLE color: 8091265.

HSL color Cylindrical-coordinate representation of color #81767B: hue angle of 332.73º 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 #81767B is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB129118123-
CMYK00.090.050.49
HSL332.73º4.45%48.43%-
HSV(B)332.73º8.53%50.59%-
XYZ19.1119.0521.41-
YUV121.86128.64133.09-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.86%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 123 (48.44% from 255) = 33.24%
R=34.86%
G=31.89%
B=33.24%

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
Decimal12911812300.090.050.49332.734.4548.43
Hex81767B0953114d430
Octal201166173011561515460
Binary100000011110110111101101001101110001101001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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