#9B747F

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

Shades of Venus #9B747F

Tints of Venus #9B747F

Color information

#9B747F (or 0x9B747F) is unknown color: approx Venus. HEX triplet: 9B, 74 and 7F. RGB value is (155,116,127). Sum of RGB (Red+Green+Blue) = 155+116+127=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B747F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B747F is #648B80. Grayscale: #808080. Windows color (decimal): -6589313 or 8352923. OLE color: 8352923.

HSL color Cylindrical-coordinate representation of color #9B747F: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B747F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB155116127-
CMYK00.250.180.39
HSL343.08º16.32%53.14%-
HSV(B)343.08º25.16%60.78%-
XYZ23.5920.9922.89-
YUV128.92126.92146.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.94%
GREEN value IS 116 (45.70% from 255) = 29.15%
BLUE value IS 127 (50% from 255) = 31.91%
R=38.94%
G=29.15%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511612700.250.180.39343.0816.3253.14
Hex9B747F01912271571035
Octal23316417703122475272065
Binary10011011111010011111110110011001010011110101011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B747F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B747F; }

 p { color: rgb(155,116,127); }

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

<style>
 a { background-color: #9B747F; }

 a { background-color: rgb(155,116,127); }

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

<style>
 span { border-color: #9B747F; }

 span { border-color: rgb(155,116,127); }

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