#928D7D

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

Shades of Heathered Grey #928D7D

Tints of Heathered Grey #928D7D

Color information

#928D7D (or 0x928D7D) is unknown color: approx Heathered Grey. HEX triplet: 92, 8D and 7D. RGB value is (146,141,125). Sum of RGB (Red+Green+Blue) = 146+141+125=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928D7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D7D is #6D7282. Grayscale: #8C8C8C. Windows color (decimal): -7172739 or 8228242. OLE color: 8228242.

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

Color convert

RGB146141125-
CMYK00.030.140.43
HSL45.71º8.79%53.14%-
HSV(B)45.71º14.38%57.25%-
XYZ25.0826.6423.22-
YUV140.67119.16131.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=35.44%
G=34.22%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14614112500.030.140.4345.718.7953.14
Hex928D7D03E2B2e935
Octal222215175031653561165
Binary1001001010001101111110101111101010111011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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