#8F737F

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

Shades of Venus #8F737F

Tints of Venus #8F737F

Color information

#8F737F (or 0x8F737F) is unknown color: approx Venus. HEX triplet: 8F, 73 and 7F. RGB value is (143,115,127). Sum of RGB (Red+Green+Blue) = 143+115+127=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 143 - color contains mainly: red. Hex color #8F737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F737F is #708C80. Grayscale: #7C7C7C. Windows color (decimal): -7376001 or 8352655. OLE color: 8352655.

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

Color convert

RGB143115127-
CMYK00.200.110.44
HSL334.29º11.11%50.59%-
HSV(B)334.29º19.58%56.08%-
XYZ21.2919.6322.75-
YUV124.74129.28141.02-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.14%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 127 (50% from 255) = 32.99%
R=37.14%
G=29.87%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311512700.200.110.44334.2911.1150.59
Hex8F737F014B2C14eb33
Octal21716317702413545161363
Binary100011111110011111111101010010111011001010011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,115,127); }

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

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

 a { background-color: rgb(143,115,127); }

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

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

 span { border-color: rgb(143,115,127); }

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