#928B7D

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

Shades of Heathered Grey #928B7D

Tints of Heathered Grey #928B7D

Color information

#928B7D (or 0x928B7D) is unknown color: approx Heathered Grey. HEX triplet: 92, 8B and 7D. RGB value is (146,139,125). Sum of RGB (Red+Green+Blue) = 146+139+125=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B7D is #6D7482. Grayscale: #8B8B8B. Windows color (decimal): -7173251 or 8227730. OLE color: 8227730.

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

Color convert

RGB146139125-
CMYK00.050.140.43
HSL40º8.79%53.14%-
HSV(B)40º14.38%57.25%-
XYZ24.7926.0623.13-
YUV139.5119.82132.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.61%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 125 (49.22% from 255) = 30.49%
R=35.61%
G=33.90%
B=30.49%

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
Decimal14613912500.050.140.43408.7953.14
Hex928B7D05E2B28935
Octal222213175051653501165
Binary10010010100010111111101010111101010111010001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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