#8F7C7E

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

Shades of Venus #8F7C7E

Tints of Venus #8F7C7E

Color information

#8F7C7E (or 0x8F7C7E) is unknown color: approx Venus. HEX triplet: 8F, 7C and 7E. RGB value is (143,124,126). Sum of RGB (Red+Green+Blue) = 143+124+126=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7C7E is #708381. Grayscale: #818181. Windows color (decimal): -7373698 or 8289423. OLE color: 8289423.

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

Color convert

RGB143124126-
CMYK00.130.120.44
HSL353.68º7.82%52.35%-
HSV(B)353.68º13.29%56.08%-
XYZ22.321.7622.76-
YUV129.91125.79137.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 124 (48.83% from 255) = 31.55%
BLUE value IS 126 (49.61% from 255) = 32.06%
R=36.39%
G=31.55%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312412600.130.120.44353.687.8252.35
Hex8F7C7E0DC2C162834
Octal21717417601514545421064
Binary10001111111110011111100110111001011001011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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