#928D87

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

Shades of Heathered Grey #928D87

Tints of Heathered Grey #928D87

Color information

#928D87 (or 0x928D87) is unknown color: approx Heathered Grey. HEX triplet: 92, 8D and 87. RGB value is (146,141,135). Sum of RGB (Red+Green+Blue) = 146+141+135=422 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.60% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 146 - color contains mainly: red. Hex color #928D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D87 is #6D7278. Grayscale: #8D8D8D. Windows color (decimal): -7172729 or 8883602. OLE color: 8883602.

HSL color Cylindrical-coordinate representation of color #928D87: hue angle of 32.73º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928D87 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB146141135-
CMYK00.030.080.43
HSL32.73º4.8%55.1%-
HSV(B)32.73º7.53%57.25%-
XYZ25.7526.9126.76-
YUV141.81124.16130.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.60%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=34.60%
G=33.41%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614113500.030.080.4332.734.855.1
Hex928D870382B21537
Octal22221520703105341567
Binary1001001010001101100001110111000101011100001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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