#8C9780

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

Shades of Delta #8C9780

Tints of Delta #8C9780

Color information

#8C9780 (or 0x8C9780) is unknown color: approx Delta. HEX triplet: 8C, 97 and 80. RGB value is (140,151,128). Sum of RGB (Red+Green+Blue) = 140+151+128=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 128 (50.39% from 255 or 30.55% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #8C9780 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9780 is #73687F. Grayscale: #919191. Windows color (decimal): -7563392 or 8427404. OLE color: 8427404.

HSL color Cylindrical-coordinate representation of color #8C9780: hue angle of 88.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C9780 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB140151128-
CMYK0.0700.150.41
HSL88.7º9.96%54.71%-
HSV(B)88.7º15.23%59.22%-
XYZ25.7829.2724.71-
YUV145.09118.36124.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.41%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 128 (50.39% from 255) = 30.55%
R=33.41%
G=36.04%
B=30.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1401511280.0700.150.4188.79.9654.71
Hex8C978070F2959a37
Octal2142272007017511311267
Binary1000110010010111100000001110111110100110110011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,151,128); }

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

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

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

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

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

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

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