#918C7D

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

Shades of Heathered Grey #918C7D

Tints of Heathered Grey #918C7D

Color information

#918C7D (or 0x918C7D) is unknown color: approx Heathered Grey. HEX triplet: 91, 8C and 7D. RGB value is (145,140,125). Sum of RGB (Red+Green+Blue) = 145+140+125=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7D is #6E7382. Grayscale: #8B8B8B. Windows color (decimal): -7238531 or 8227985. OLE color: 8227985.

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

Color convert

RGB145140125-
CMYK00.030.140.43
HSL45º8.33%52.94%-
HSV(B)45º13.79%56.86%-
XYZ24.7626.2623.17-
YUV139.78119.66131.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 140 (55.08% from 255) = 34.15%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=35.37%
G=34.15%
B=30.49%

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
Decimal14514012500.030.140.43458.3352.94
Hex918C7D03E2B2d835
Octal221214175031653551065
Binary1001000110001100111110101111101010111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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