#8F757E

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

Shades of Venus #8F757E

Tints of Venus #8F757E

Color information

#8F757E (or 0x8F757E) is unknown color: approx Venus. HEX triplet: 8F, 75 and 7E. RGB value is (143,117,126). Sum of RGB (Red+Green+Blue) = 143+117+126=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 143 - color contains mainly: red. Hex color #8F757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F757E is #708A81. Grayscale: #7D7D7D. Windows color (decimal): -7375490 or 8287631. OLE color: 8287631.

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

Color convert

RGB143117126-
CMYK00.180.120.44
HSL339.23º10.4%50.98%-
HSV(B)339.23º18.18%56.08%-
XYZ21.4520.0722.48-
YUV125.8128.11140.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 117 (46.09% from 255) = 30.31%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=37.05%
G=30.31%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311712600.180.120.44339.2310.450.98
Hex8F757E012C2C153a33
Octal21716517602214545231263
Binary100011111110101111111001001011001011001010100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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