#8C938C

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

Shades of Stack #8C938C

Tints of Stack #8C938C

Color information

#8C938C (or 0x8C938C) is unknown color: approx Stack. HEX triplet: 8C, 93 and 8C. RGB value is (140,147,140). Sum of RGB (Red+Green+Blue) = 140+147+140=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 147 - color contains mainly: green. Hex color #8C938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C938C is #736C73. Grayscale: #909090. Windows color (decimal): -7564404 or 9212812. OLE color: 9212812.

HSL color Cylindrical-coordinate representation of color #8C938C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8C938C is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB140147140-
CMYK0.0500.050.42
HSL120º3.14%56.27%-
HSV(B)120º4.76%57.65%-
XYZ25.9828.3428.91-
YUV144.11125.68125.07-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.79%
GREEN value IS 147 (57.81% from 255) = 34.43%
BLUE value IS 140 (55.08% from 255) = 32.79%
R=32.79%
G=34.43%
B=32.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401471400.0500.050.421203.1456.27
Hex8C938C5052A78338
Octal21422321450552170370
Binary1000110010010011100011001010101101010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,147,140); }

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

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

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

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

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

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

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