#979190

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

Shades of Suva Grey #979190

Tints of Suva Grey #979190

Color information

#979190 (or 0x979190) is unknown color: approx Suva Grey. HEX triplet: 97, 91 and 90. RGB value is (151,145,144). Sum of RGB (Red+Green+Blue) = 151+145+144=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 145 (57.03% from 255 or 32.95% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 151 - color contains mainly: red. Hex color #979190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979190 is #686E6F. Grayscale: #929292. Windows color (decimal): -6844016 or 9474455. OLE color: 9474455.

HSL color Cylindrical-coordinate representation of color #979190: hue angle of 8.57º 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 #979190 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB151145144-
CMYK00.040.050.41
HSL8.57º3.26%57.84%-
HSV(B)8.57º4.64%59.22%-
XYZ27.9228.8430.48-
YUV146.68126.49131.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 145 (57.03% from 255) = 32.95%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=34.32%
G=32.95%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114514400.040.050.418.573.2657.84
Hex97919004529933a
Octal2272212200455111372
Binary1001011110010001100100000100101101001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979190; }

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

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

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

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

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

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

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

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