#928C7D

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

Shades of Heathered Grey #928C7D

Tints of Heathered Grey #928C7D

Color information

#928C7D (or 0x928C7D) is unknown color: approx Heathered Grey. HEX triplet: 92, 8C and 7D. RGB value is (146,140,125). Sum of RGB (Red+Green+Blue) = 146+140+125=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C7D is #6D7382. Grayscale: #8C8C8C. Windows color (decimal): -7172995 or 8227986. OLE color: 8227986.

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

Color convert

RGB146140125-
CMYK00.040.140.43
HSL42.86º8.79%53.14%-
HSV(B)42.86º14.38%57.25%-
XYZ24.9326.3523.17-
YUV140.08119.49132.22-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 140 (55.08% from 255) = 34.06%
BLUE value IS 125 (49.22% from 255) = 30.41%
R=35.52%
G=34.06%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614012500.040.140.4342.868.7953.14
Hex928C7D04E2B2b935
Octal222214175041653531165
Binary10010010100011001111101010011101010111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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