#8F737A

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

Shades of Venus #8F737A

Tints of Venus #8F737A

Color information

#8F737A (or 0x8F737A) is unknown color: approx Venus. HEX triplet: 8F, 73 and 7A. RGB value is (143,115,122). Sum of RGB (Red+Green+Blue) = 143+115+122=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F737A is #708C85. Grayscale: #7C7C7C. Windows color (decimal): -7376006 or 8024975. OLE color: 8024975.

HSL color Cylindrical-coordinate representation of color #8F737A: hue angle of 345º 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 #8F737A is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB143115122-
CMYK00.200.150.44
HSL345º11.11%50.59%-
HSV(B)345º19.58%56.08%-
XYZ20.9719.5121.07-
YUV124.17126.78141.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.63%
GREEN value IS 115 (45.31% from 255) = 30.26%
BLUE value IS 122 (48.05% from 255) = 32.11%
R=37.63%
G=30.26%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311512200.200.150.4434511.1150.59
Hex8F737A014F2C159b33
Octal21716317202417545311363
Binary100011111110011111101001010011111011001010110011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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