#928D82

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

Shades of Heathered Grey #928D82

Tints of Heathered Grey #928D82

Color information

#928D82 (or 0x928D82) is unknown color: approx Heathered Grey. HEX triplet: 92, 8D and 82. RGB value is (146,141,130). Sum of RGB (Red+Green+Blue) = 146+141+130=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 146 - color contains mainly: red. Hex color #928D82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928D82 is #6D727D. Grayscale: #8D8D8D. Windows color (decimal): -7172734 or 8555922. OLE color: 8555922.

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

Color convert

RGB146141130-
CMYK00.030.110.43
HSL41.25º6.84%54.12%-
HSV(B)41.25º10.96%57.25%-
XYZ25.4126.7724.95-
YUV141.24121.66131.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=35.01%
G=33.81%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614113000.030.110.4341.256.8454.12
Hex928D8203B2B29736
Octal22221520203135351766
Binary1001001010001101100000100111011101011101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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