#918980

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

Shades of Heathered Grey #918980

Tints of Heathered Grey #918980

Color information

#918980 (or 0x918980) is unknown color: approx Heathered Grey. HEX triplet: 91, 89 and 80. RGB value is (145,137,128). Sum of RGB (Red+Green+Blue) = 145+137+128=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918980 is #6E767F. Grayscale: #8A8A8A. Windows color (decimal): -7239296 or 8423825. OLE color: 8423825.

HSL color Cylindrical-coordinate representation of color #918980: hue angle of 31.76º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918980 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145137128-
CMYK00.060.120.43
HSL31.76º7.17%53.53%-
HSV(B)31.76º11.72%56.86%-
XYZ24.5225.4724.05-
YUV138.37122.15132.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 137 (53.91% from 255) = 33.41%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=35.37%
G=33.41%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513712800.060.120.4331.767.1753.53
Hex91898006C2B20736
Octal22121120006145340766
Binary10010001100010011000000001101100101011100000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918980; }

 p { color: rgb(145,137,128); }

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

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

 a { background-color: rgb(145,137,128); }

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

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

 span { border-color: rgb(145,137,128); }

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