#8f757b

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

Shades of Venus #8F757B

Tints of Venus #8F757B

Color information

#8F757B (or 0x8F757B) is unknown color: approx Venus. HEX triplet: 8F, 75 and 7B. RGB value is (143,117,123). Sum of RGB (Red+Green+Blue) = 143+117+123=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757B is #708A84. Grayscale: #7D7D7D. Windows color (decimal): -7375493 or 8091023. OLE color: 8091023.

HSL color Cylindrical-coordinate representation of color #8F757B: hue angle of 346.15º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F757B is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB143117123-
CMYK00.180.140.44
HSL346.15º10.4%50.98%-
HSV(B)346.15º18.18%56.08%-
XYZ21.2619.9921.48-
YUV125.46126.61140.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 123 (48.44% from 255) = 32.11%
R=37.34%
G=30.55%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311712300.180.140.44346.1510.450.98
Hex8F757B012E2C15aa33
Octal21716517302216545321263
Binary100011111110101111101101001011101011001010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f757b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,117,123); }

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

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

 a { background-color: rgb(143,117,123); }

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

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

 span { border-color: rgb(143,117,123); }

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