#8F727A

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

Shades of Venus #8F727A

Tints of Venus #8F727A

Color information

#8F727A (or 0x8F727A) is unknown color: approx Venus. HEX triplet: 8F, 72 and 7A. RGB value is (143,114,122). Sum of RGB (Red+Green+Blue) = 143+114+122=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 143 - color contains mainly: red. Hex color #8F727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F727A is #708D85. Grayscale: #7B7B7B. Windows color (decimal): -7376262 or 8024719. OLE color: 8024719.

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

Color convert

RGB143114122-
CMYK00.200.150.44
HSL343.45º11.46%50.39%-
HSV(B)343.45º20.28%56.08%-
XYZ20.8619.2821.03-
YUV123.58127.11141.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 114 (44.92% from 255) = 30.08%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=37.73%
G=30.08%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311412200.200.150.44343.4511.4650.39
Hex8F727A014F2C157b32
Octal21716217202417545271362
Binary100011111110010111101001010011111011001010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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