#918A80

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

Shades of Heathered Grey #918A80

Tints of Heathered Grey #918A80

Color information

#918A80 (or 0x918A80) is unknown color: approx Heathered Grey. HEX triplet: 91, 8A and 80. RGB value is (145,138,128). Sum of RGB (Red+Green+Blue) = 145+138+128=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A80 is #6E757F. Grayscale: #8B8B8B. Windows color (decimal): -7239040 or 8424081. OLE color: 8424081.

HSL color Cylindrical-coordinate representation of color #918A80: hue angle of 35.29º 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 #918A80 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145138128-
CMYK00.050.120.43
HSL35.29º7.17%53.53%-
HSV(B)35.29º11.72%56.86%-
XYZ24.6625.7624.09-
YUV138.95121.82132.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 128 (50.39% from 255) = 31.14%
R=35.28%
G=33.58%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513812800.050.120.4335.297.1753.53
Hex918A8005C2B23736
Octal22121220005145343766
Binary10010001100010101000000001011100101011100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918A80; }

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

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

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

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

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

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

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

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