#928A79

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

Shades of Heathered Grey #928A79

Tints of Heathered Grey #928A79

Color information

#928A79 (or 0x928A79) is unknown color: approx Heathered Grey. HEX triplet: 92, 8A and 79. RGB value is (146,138,121). Sum of RGB (Red+Green+Blue) = 146+138+121=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 121 (47.66% from 255 or 29.88% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928A79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A79 is #6D7586. Grayscale: #8A8A8A. Windows color (decimal): -7173511 or 7965330. OLE color: 7965330.

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

Color convert

RGB146138121-
CMYK00.050.170.43
HSL40.8º10.29%52.35%-
HSV(B)40.8º17.12%57.25%-
XYZ24.3925.6721.76-
YUV138.45118.15133.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 138 (54.30% from 255) = 34.07%
BLUE value IS 121 (47.66% from 255) = 29.88%
R=36.05%
G=34.07%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613812100.050.170.4340.810.2952.35
Hex928A7905112B29a34
Octal222212171052153511264
Binary100100101000101011110010101100011010111010011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,138,121); }

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

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

 a { background-color: rgb(146,138,121); }

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

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

 span { border-color: rgb(146,138,121); }

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