#928C7E

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

Shades of Heathered Grey #928C7E

Tints of Heathered Grey #928C7E

Color information

#928C7E (or 0x928C7E) is unknown color: approx Heathered Grey. HEX triplet: 92, 8C and 7E. RGB value is (146,140,126). Sum of RGB (Red+Green+Blue) = 146+140+126=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C7E is #6D7381. Grayscale: #8C8C8C. Windows color (decimal): -7172994 or 8293522. OLE color: 8293522.

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

Color convert

RGB146140126-
CMYK00.040.140.43
HSL42º8.4%53.33%-
HSV(B)42º13.7%57.25%-
XYZ2526.3723.51-
YUV140.2119.99132.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=35.44%
G=33.98%
B=30.58%

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
Decimal14614012600.040.140.43428.453.33
Hex928C7E04E2B2a835
Octal222214176041653521065
Binary10010010100011001111110010011101010111010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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