#8F757F

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

Shades of Venus #8F757F

Tints of Venus #8F757F

Color information

#8F757F (or 0x8F757F) is unknown color: approx Venus. HEX triplet: 8F, 75 and 7F. RGB value is (143,117,127). Sum of RGB (Red+Green+Blue) = 143+117+127=387 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.95% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757F is #708A80. Grayscale: #7D7D7D. Windows color (decimal): -7375489 or 8353167. OLE color: 8353167.

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

Color convert

RGB143117127-
CMYK00.180.110.44
HSL336.92º10.4%50.98%-
HSV(B)336.92º18.18%56.08%-
XYZ21.5220.0922.82-
YUV125.91128.61140.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.95%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 127 (50% from 255) = 32.82%
R=36.95%
G=30.23%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311712700.180.110.44336.9210.450.98
Hex8F757F012B2C151a33
Octal21716517702213545211263
Binary100011111110101111111101001010111011001010100011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F757F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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