#978B8A

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

Shades of Suva Grey #978B8A

Tints of Suva Grey #978B8A

Color information

#978B8A (or 0x978B8A) is unknown color: approx Suva Grey. HEX triplet: 97, 8B and 8A. RGB value is (151,139,138). Sum of RGB (Red+Green+Blue) = 151+139+138=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 151 - color contains mainly: red. Hex color #978B8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978B8A is #687475. Grayscale: #8E8E8E. Windows color (decimal): -6845558 or 9079703. OLE color: 9079703.

HSL color Cylindrical-coordinate representation of color #978B8A: hue angle of 4.62º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #978B8A is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB151139138-
CMYK00.080.090.41
HSL4.62º5.88%56.67%-
HSV(B)4.62º8.61%59.22%-
XYZ26.5826.8827.83-
YUV142.47125.48134.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.28%
GREEN value IS 139 (54.69% from 255) = 32.48%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=35.28%
G=32.48%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113913800.080.090.414.625.8856.67
Hex978B8A089295639
Octal22721321201011515671
Binary100101111000101110001010010001001101001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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