#918C7C

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

Shades of Heathered Grey #918C7C

Tints of Heathered Grey #918C7C

Color information

#918C7C (or 0x918C7C) is unknown color: approx Heathered Grey. HEX triplet: 91, 8C and 7C. RGB value is (145,140,124). Sum of RGB (Red+Green+Blue) = 145+140+124=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7C is #6E7383. Grayscale: #8B8B8B. Windows color (decimal): -7238532 or 8162449. OLE color: 8162449.

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

Color convert

RGB145140124-
CMYK00.030.140.43
HSL45.71º8.71%52.75%-
HSV(B)45.71º14.48%56.86%-
XYZ24.6926.2322.83-
YUV139.67119.16131.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.45%
GREEN value IS 140 (55.08% from 255) = 34.23%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=35.45%
G=34.23%
B=30.32%

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
Decimal14514012400.030.140.4345.718.7152.75
Hex918C7C03E2B2e935
Octal221214174031653561165
Binary1001000110001100111110001111101010111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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