#978985

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

Shades of Suva Grey #978985

Tints of Suva Grey #978985

Color information

#978985 (or 0x978985) is unknown color: approx Suva Grey. HEX triplet: 97, 89 and 85. RGB value is (151,137,133). Sum of RGB (Red+Green+Blue) = 151+137+133=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 151 - color contains mainly: red. Hex color #978985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978985 is #68767A. Grayscale: #8C8C8C. Windows color (decimal): -6846075 or 8751511. OLE color: 8751511.

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

Color convert

RGB151137133-
CMYK00.090.120.41
HSL13.33º7.96%55.69%-
HSV(B)13.33º11.92%59.22%-
XYZ25.9426.1625.87-
YUV140.73123.64135.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.87%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=35.87%
G=32.54%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15113713300.090.120.4113.337.9655.69
Hex97898509C29d838
Octal2272112050111451151070
Binary10010111100010011000010101001110010100111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978985; }

 p { color: rgb(151,137,133); }

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

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

 a { background-color: rgb(151,137,133); }

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

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

 span { border-color: rgb(151,137,133); }

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