#9B7F85

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

Shades of Venus #9B7F85

Tints of Venus #9B7F85

Color information

#9B7F85 (or 0x9B7F85) is unknown color: approx Venus. HEX triplet: 9B, 7F and 85. RGB value is (155,127,133). Sum of RGB (Red+Green+Blue) = 155+127+133=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7F85 is #64807A. Grayscale: #888888. Windows color (decimal): -6586491 or 8748955. OLE color: 8748955.

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

Color convert

RGB155127133-
CMYK00.180.140.39
HSL347.14º12.28%55.29%-
HSV(B)347.14º18.06%60.78%-
XYZ25.3423.8425.46-
YUV136.06126.28141.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.35%
GREEN value IS 127 (50% from 255) = 30.60%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=37.35%
G=30.60%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512713300.180.140.39347.1412.2855.29
Hex9B7F85012E2715bc37
Octal23317720502216475331467
Binary1001101111111111000010101001011101001111010110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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