#8C777E

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

Shades of Venus #8C777E

Tints of Venus #8C777E

Color information

#8C777E (or 0x8C777E) is unknown color: approx Venus. HEX triplet: 8C, 77 and 7E. RGB value is (140,119,126). Sum of RGB (Red+Green+Blue) = 140+119+126=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C777E is #738881. Grayscale: #7E7E7E. Windows color (decimal): -7571586 or 8288140. OLE color: 8288140.

HSL color Cylindrical-coordinate representation of color #8C777E: hue angle of 340º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C777E is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB140119126-
CMYK00.150.100.45
HSL340º8.37%50.78%-
HSV(B)340º15%54.9%-
XYZ21.1820.2822.54-
YUV126.08127.96137.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.36%
GREEN value IS 119 (46.88% from 255) = 30.91%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14011912600.150.100.453408.3750.78
Hex8C777E0FA2D154833
Octal21416717601712555241063
Binary10001100111011111111100111110101011011010101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,119,126); }

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

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

 a { background-color: rgb(140,119,126); }

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

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

 span { border-color: rgb(140,119,126); }

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