#928E82

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

Shades of Heathered Grey #928E82

Tints of Heathered Grey #928E82

Color information

#928E82 (or 0x928E82) is unknown color: approx Heathered Grey. HEX triplet: 92, 8E and 82. RGB value is (146,142,130). Sum of RGB (Red+Green+Blue) = 146+142+130=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 146 - color contains mainly: red. Hex color #928E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928E82 is #6D717D. Grayscale: #8D8D8D. Windows color (decimal): -7172478 or 8556178. OLE color: 8556178.

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

Color convert

RGB146142130-
CMYK00.030.110.43
HSL45º6.84%54.12%-
HSV(B)45º10.96%57.25%-
XYZ25.5627.0725-
YUV141.83121.33130.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 142 (55.86% from 255) = 33.97%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=34.93%
G=33.97%
B=31.10%

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
Decimal14614213000.030.110.43456.8454.12
Hex928E8203B2B2d736
Octal22221620203135355766
Binary1001001010001110100000100111011101011101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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