#81747A

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

Shades of Venus #81747A

Tints of Venus #81747A

Color information

#81747A (or 0x81747A) is unknown color: approx Venus. HEX triplet: 81, 74 and 7A. RGB value is (129,116,122). Sum of RGB (Red+Green+Blue) = 129+116+122=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 116 (45.70% from 255 or 31.61% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 129 - color contains mainly: red. Hex color #81747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81747A is #7E8B85. Grayscale: #787878. Windows color (decimal): -8293254 or 8025217. OLE color: 8025217.

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

Color convert

RGB129116122-
CMYK00.100.050.49
HSL332.31º5.31%48.04%-
HSV(B)332.31º10.08%50.59%-
XYZ18.8118.5621-
YUV120.57128.81134.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 116 (45.70% from 255) = 31.61%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=35.15%
G=31.61%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12911612200.100.050.49332.315.3148.04
Hex81747A0A53114c530
Octal201164172012561514560
Binary100000011110100111101001010101110001101001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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