#928D7E

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

Shades of Heathered Grey #928D7E

Tints of Heathered Grey #928D7E

Color information

#928D7E (or 0x928D7E) is unknown color: approx Heathered Grey. HEX triplet: 92, 8D and 7E. RGB value is (146,141,126). Sum of RGB (Red+Green+Blue) = 146+141+126=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 146 - color contains mainly: red. Hex color #928D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D7E is #6D7281. Grayscale: #8C8C8C. Windows color (decimal): -7172738 or 8293778. OLE color: 8293778.

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

Color convert

RGB146141126-
CMYK00.030.140.43
HSL45º8.4%53.33%-
HSV(B)45º13.7%57.25%-
XYZ25.1426.6723.56-
YUV140.78119.66131.72-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 141 (55.47% from 255) = 34.14%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=35.35%
G=34.14%
B=30.51%

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
Decimal14614112600.030.140.43458.453.33
Hex928D7E03E2B2d835
Octal222215176031653551065
Binary1001001010001101111111001111101010111011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D7E; }

 p { color: rgb(146,141,126); }

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

<style>
 a { background-color: #928D7E; }

 a { background-color: rgb(146,141,126); }

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

<style>
 span { border-color: #928D7E; }

 span { border-color: rgb(146,141,126); }

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