#8C727A

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

Shades of Venus #8C727A

Tints of Venus #8C727A

Color information

#8C727A (or 0x8C727A) is unknown color: approx Venus. HEX triplet: 8C, 72 and 7A. RGB value is (140,114,122). Sum of RGB (Red+Green+Blue) = 140+114+122=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 140 - color contains mainly: red. Hex color #8C727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C727A is #738D85. Grayscale: #7A7A7A. Windows color (decimal): -7572870 or 8024716. OLE color: 8024716.

HSL color Cylindrical-coordinate representation of color #8C727A: hue angle of 341.54º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C727A is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB140114122-
CMYK00.190.130.45
HSL341.54º10.24%49.8%-
HSV(B)341.54º18.57%54.9%-
XYZ20.3519.0221.01-
YUV122.69127.61140.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=37.23%
G=30.32%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011412200.190.130.45341.5410.2449.8
Hex8C727A013D2D156a32
Octal21416217202315555261262
Binary100011001110010111101001001111011011011010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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