#979491

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

Shades of Zorba #979491

Tints of Zorba #979491

Color information

#979491 (or 0x979491) is unknown color: approx Zorba. HEX triplet: 97, 94 and 91. RGB value is (151,148,145). Sum of RGB (Red+Green+Blue) = 151+148+145=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 145 (57.03% from 255 or 32.66% from 444); Max value from RGB is 151 - color contains mainly: red. Hex color #979491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979491 is #686B6E. Grayscale: #949494. Windows color (decimal): -6843247 or 9540759. OLE color: 9540759.

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

Color convert

RGB151148145-
CMYK00.020.040.41
HSL30º2.8%58.04%-
HSV(B)30º3.97%59.22%-
XYZ28.4629.831.04-
YUV148.55125.99129.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.01%
GREEN value IS 148 (58.20% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 32.66%
R=34.01%
G=33.33%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114814500.020.040.41302.858.04
Hex979491024291e33a
Octal2272242210245136372
Binary1001011110010100100100010101001010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979491; }

 p { color: rgb(151,148,145); }

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

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

 a { background-color: rgb(151,148,145); }

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

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

 span { border-color: rgb(151,148,145); }

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