#8F7179

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

Shades of Venus #8F7179

Tints of Venus #8F7179

Color information

#8F7179 (or 0x8F7179) is unknown color: approx Venus. HEX triplet: 8F, 71 and 79. RGB value is (143,113,121). Sum of RGB (Red+Green+Blue) = 143+113+121=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7179 is #708E86. Grayscale: #7A7A7A. Windows color (decimal): -7376519 or 7958927. OLE color: 7958927.

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

Color convert

RGB143113121-
CMYK00.210.150.44
HSL344º11.81%50.2%-
HSV(B)344º20.98%56.08%-
XYZ20.6819.0320.67-
YUV122.88126.94142.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=37.93%
G=29.97%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311312100.210.150.4434411.8150.2
Hex8F7179015F2C158c32
Octal21716117102517545301462
Binary100011111110001111100101010111111011001010110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,113,121); }

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

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

 a { background-color: rgb(143,113,121); }

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

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

 span { border-color: rgb(143,113,121); }

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