#928B77

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

Shades of Heathered Grey #928B77

Tints of Heathered Grey #928B77

Color information

#928B77 (or 0x928B77) is unknown color: approx Heathered Grey. HEX triplet: 92, 8B and 77. RGB value is (146,139,119). Sum of RGB (Red+Green+Blue) = 146+139+119=404 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.14% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 146 - color contains mainly: red. Hex color #928B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B77 is #6D7488. Grayscale: #8A8A8A. Windows color (decimal): -7173257 or 7834514. OLE color: 7834514.

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

Color convert

RGB146139119-
CMYK00.050.180.43
HSL44.44º11.02%51.96%-
HSV(B)44.44º18.49%57.25%-
XYZ24.4225.9121.17-
YUV138.81116.82133.13-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.14%
GREEN value IS 139 (54.69% from 255) = 34.41%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=36.14%
G=34.41%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613911900.050.180.4344.4411.0251.96
Hex928B7705122B2cb34
Octal222213167052253541364
Binary100100101000101111101110101100101010111011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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