#918D7D

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

Shades of Heathered Grey #918D7D

Tints of Heathered Grey #918D7D

Color information

#918D7D (or 0x918D7D) is unknown color: approx Heathered Grey. HEX triplet: 91, 8D and 7D. RGB value is (145,141,125). Sum of RGB (Red+Green+Blue) = 145+141+125=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D7D is #6E7282. Grayscale: #8C8C8C. Windows color (decimal): -7238275 or 8228241. OLE color: 8228241.

HSL color Cylindrical-coordinate representation of color #918D7D: hue angle of 48º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #918D7D is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB145141125-
CMYK00.030.140.43
HSL48º8.33%52.94%-
HSV(B)48º13.79%56.86%-
XYZ24.926.5523.21-
YUV140.37119.33131.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 141 (55.47% from 255) = 34.31%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=35.28%
G=34.31%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514112500.030.140.43488.3352.94
Hex918D7D03E2B30835
Octal221215175031653601065
Binary1001000110001101111110101111101010111100001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,125); }

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

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

 a { background-color: rgb(145,141,125); }

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

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

 span { border-color: rgb(145,141,125); }

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