#8C8D8A

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

Shades of Delta #8C8D8A

Tints of Delta #8C8D8A

Color information

#8C8D8A (or 0x8C8D8A) is unknown color: approx Delta. HEX triplet: 8C, 8D and 8A. RGB value is (140,141,138). Sum of RGB (Red+Green+Blue) = 140+141+138=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 141 - color contains mainly: green. Hex color #8C8D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8D8A is #737275. Grayscale: #8C8C8C. Windows color (decimal): -7565942 or 9080204. OLE color: 9080204.

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

Color convert

RGB140141138-
CMYK0.0100.020.45
HSL80º1.3%54.71%-
HSV(B)80º2.13%55.29%-
XYZ24.9326.4627.84-
YUV140.36126.67127.74-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 138 (54.30% from 255) = 32.94%
R=33.41%
G=33.65%
B=32.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401411380.0100.020.45801.354.71
Hex8C8D8A1022D50137
Octal21421521210255120167
Binary100011001000110110001010101010110110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,141,138); }

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

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

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

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

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

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

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