#979291

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

Shades of Suva Grey #979291

Tints of Suva Grey #979291

Color information

#979291 (or 0x979291) is unknown color: approx Suva Grey. HEX triplet: 97, 92 and 91. RGB value is (151,146,145). Sum of RGB (Red+Green+Blue) = 151+146+145=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 151 - color contains mainly: red. Hex color #979291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979291 is #686D6E. Grayscale: #939393. Windows color (decimal): -6843759 or 9540247. OLE color: 9540247.

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

Color convert

RGB151146145-
CMYK00.030.040.41
HSL10º2.8%58.04%-
HSV(B)10º3.97%59.22%-
XYZ28.1529.1830.94-
YUV147.38126.66130.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 146 (57.42% from 255) = 33.03%
BLUE value IS 145 (57.03% from 255) = 32.81%
R=34.16%
G=33.03%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114614500.030.040.41102.858.04
Hex97929103429a33a
Octal2272222210345112372
Binary100101111001001010010001011100101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979291; }

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

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

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

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

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

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

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

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