#8F747A

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

Shades of Venus #8F747A

Tints of Venus #8F747A

Color information

#8F747A (or 0x8F747A) is unknown color: approx Venus. HEX triplet: 8F, 74 and 7A. RGB value is (143,116,122). Sum of RGB (Red+Green+Blue) = 143+116+122=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F747A is #708B85. Grayscale: #7C7C7C. Windows color (decimal): -7375750 or 8025231. OLE color: 8025231.

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

Color convert

RGB143116122-
CMYK00.190.150.44
HSL346.67º10.76%50.78%-
HSV(B)346.67º18.88%56.08%-
XYZ21.0919.7421.11-
YUV124.76126.45141.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.53%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 122 (48.05% from 255) = 32.02%
R=37.53%
G=30.45%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311612200.190.150.44346.6710.7650.78
Hex8F747A013F2C15bb33
Octal21716417202317545331363
Binary100011111110100111101001001111111011001010110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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