#979B8A

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

Shades of Delta #979B8A

Tints of Delta #979B8A

Color information

#979B8A (or 0x979B8A) is unknown color: approx Delta. HEX triplet: 97, 9B and 8A. RGB value is (151,155,138). Sum of RGB (Red+Green+Blue) = 151+155+138=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 138 (54.30% from 255 or 31.08% from 444); Max value from RGB is 155 - color contains mainly: green. Hex color #979B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979B8A is #686475. Grayscale: #979797. Windows color (decimal): -6841462 or 9083799. OLE color: 9083799.

HSL color Cylindrical-coordinate representation of color #979B8A: hue angle of 74.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979B8A is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB151155138-
CMYK0.0300.110.39
HSL74.12º7.83%57.45%-
HSV(B)74.12º10.97%60.78%-
XYZ29.0731.8628.66-
YUV151.87120.17127.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 155 (60.94% from 255) = 34.91%
BLUE value IS 138 (54.30% from 255) = 31.08%
R=34.01%
G=34.91%
B=31.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511551380.0300.110.3974.127.8357.45
Hex979B8A30B274a839
Octal2272332123013471121071
Binary100101111001101110001010110101110011110010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B8A; }

 p { color: rgb(151,155,138); }

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

<style>
 a { background-color: #979B8A; }

 a { background-color: rgb(151,155,138); }

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

<style>
 span { border-color: #979B8A; }

 span { border-color: rgb(151,155,138); }

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