#918B80

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

Shades of Heathered Grey #918B80

Tints of Heathered Grey #918B80

Color information

#918B80 (or 0x918B80) is unknown color: approx Heathered Grey. HEX triplet: 91, 8B and 80. RGB value is (145,139,128). Sum of RGB (Red+Green+Blue) = 145+139+128=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B80 is #6E747F. Grayscale: #8B8B8B. Windows color (decimal): -7238784 or 8424337. OLE color: 8424337.

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

Color convert

RGB145139128-
CMYK00.040.120.43
HSL38.82º7.17%53.53%-
HSV(B)38.82º11.72%56.86%-
XYZ24.8126.0424.14-
YUV139.54121.49131.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=35.19%
G=33.74%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513912800.040.120.4338.827.1753.53
Hex918B8004C2B27736
Octal22121320004145347766
Binary10010001100010111000000001001100101011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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