#8C9282

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

Shades of Delta #8C9282

Tints of Delta #8C9282

Color information

#8C9282 (or 0x8C9282) is unknown color: approx Delta. HEX triplet: 8C, 92 and 82. RGB value is (140,146,130). Sum of RGB (Red+Green+Blue) = 140+146+130=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9282 is #736D7D. Grayscale: #8E8E8E. Windows color (decimal): -7564670 or 8557196. OLE color: 8557196.

HSL color Cylindrical-coordinate representation of color #8C9282: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C9282 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB140146130-
CMYK0.0400.110.43
HSL82.5º6.84%54.12%-
HSV(B)82.5º10.96%57.25%-
XYZ25.1227.7425.15-
YUV142.38121.01126.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 130 (51.17% from 255) = 31.25%
R=33.65%
G=35.10%
B=31.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1401461300.0400.110.4382.56.8454.12
Hex8C928240B2B52736
Octal214222202401353122766
Binary100011001001001010000010100010111010111010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,146,130); }

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

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

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

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

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

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

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