#978A88

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

Shades of Suva Grey #978A88

Tints of Suva Grey #978A88

Color information

#978A88 (or 0x978A88) is unknown color: approx Suva Grey. HEX triplet: 97, 8A and 88. RGB value is (151,138,136). Sum of RGB (Red+Green+Blue) = 151+138+136=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 151 - color contains mainly: red. Hex color #978A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978A88 is #687577. Grayscale: #8D8D8D. Windows color (decimal): -6845816 or 8948375. OLE color: 8948375.

HSL color Cylindrical-coordinate representation of color #978A88: hue angle of 8º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #978A88 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB151138136-
CMYK00.090.100.41
HSL6.73%56.27%-
HSV(B)9.93%59.22%-
XYZ26.2926.5327.03-
YUV141.66124.81134.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 136 (53.52% from 255) = 32%
R=35.53%
G=32.47%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113813600.090.100.4186.7356.27
Hex978A8809A298738
Octal227212210011125110770
Binary1001011110001010100010000100110101010011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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