#8B757C

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

Shades of Venus #8B757C

Tints of Venus #8B757C

Color information

#8B757C (or 0x8B757C) is unknown color: approx Venus. HEX triplet: 8B, 75 and 7C. RGB value is (139,117,124). Sum of RGB (Red+Green+Blue) = 139+117+124=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 139 - color contains mainly: red. Hex color #8B757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B757C is #748A83. Grayscale: #7C7C7C. Windows color (decimal): -7637636 or 8156555. OLE color: 8156555.

HSL color Cylindrical-coordinate representation of color #8B757C: hue angle of 340.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8B757C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB139117124-
CMYK00.160.110.45
HSL340.91º8.66%50.2%-
HSV(B)340.91º15.83%54.51%-
XYZ20.6519.6721.78-
YUV124.38127.79138.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=36.58%
G=30.79%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911712400.160.110.45340.918.6650.2
Hex8B757C010B2D155932
Octal21316517402013555251162
Binary100010111110101111110001000010111011011010101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B757C; }

 p { color: rgb(139,117,124); }

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

<style>
 a { background-color: #8B757C; }

 a { background-color: rgb(139,117,124); }

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

<style>
 span { border-color: #8B757C; }

 span { border-color: rgb(139,117,124); }

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