#979390

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

Shades of Zorba #979390

Tints of Zorba #979390

Color information

#979390 (or 0x979390) is unknown color: approx Zorba. HEX triplet: 97, 93 and 90. RGB value is (151,147,144). Sum of RGB (Red+Green+Blue) = 151+147+144=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 147 (57.81% from 255 or 33.26% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #979390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979390 is #686C6F. Grayscale: #939393. Windows color (decimal): -6843504 or 9474967. OLE color: 9474967.

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

Color convert

RGB151147144-
CMYK00.030.050.41
HSL25.71º3.26%57.84%-
HSV(B)25.71º4.64%59.22%-
XYZ28.2329.4630.58-
YUV147.85125.83130.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 147 (57.81% from 255) = 33.26%
BLUE value IS 144 (56.64% from 255) = 32.58%
R=34.16%
G=33.26%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114714400.030.050.4125.713.2657.84
Hex979390035291a33a
Octal2272232200355132372
Binary1001011110010011100100000111011010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979390; }

 p { color: rgb(151,147,144); }

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

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

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

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

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

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

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