#928A76

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

Shades of Heathered Grey #928A76

Tints of Heathered Grey #928A76

Color information

#928A76 (or 0x928A76) is unknown color: approx Heathered Grey. HEX triplet: 92, 8A and 76. RGB value is (146,138,118). Sum of RGB (Red+Green+Blue) = 146+138+118=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928A76 is #6D7589. Grayscale: #8A8A8A. Windows color (decimal): -7173514 or 7768722. OLE color: 7768722.

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

Color convert

RGB146138118-
CMYK00.050.190.43
HSL42.86º11.38%51.76%-
HSV(B)42.86º19.18%57.25%-
XYZ24.2125.620.8-
YUV138.11116.65133.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.32%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 118 (46.48% from 255) = 29.35%
R=36.32%
G=34.33%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613811800.050.190.4342.8611.3851.76
Hex928A7605132B2bb34
Octal222212166052353531364
Binary100100101000101011101100101100111010111010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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