#928A7D

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

Shades of Heathered Grey #928A7D

Tints of Heathered Grey #928A7D

Color information

#928A7D (or 0x928A7D) is unknown color: approx Heathered Grey. HEX triplet: 92, 8A and 7D. RGB value is (146,138,125). Sum of RGB (Red+Green+Blue) = 146+138+125=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 146 - color contains mainly: red. Hex color #928A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A7D is #6D7582. Grayscale: #8A8A8A. Windows color (decimal): -7173507 or 8227474. OLE color: 8227474.

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

Color convert

RGB146138125-
CMYK00.050.140.43
HSL37.14º8.79%53.14%-
HSV(B)37.14º14.38%57.25%-
XYZ24.6425.7723.08-
YUV138.91120.15133.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 138 (54.30% from 255) = 33.74%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=35.70%
G=33.74%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613812500.050.140.4337.148.7953.14
Hex928A7D05E2B25935
Octal222212175051653451165
Binary10010010100010101111101010111101010111001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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