#918A76

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

Shades of Heathered Grey #918A76

Tints of Heathered Grey #918A76

Color information

#918A76 (or 0x918A76) is unknown color: approx Heathered Grey. HEX triplet: 91, 8A and 76. RGB value is (145,138,118). Sum of RGB (Red+Green+Blue) = 145+138+118=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918A76 is #6E7589. Grayscale: #898989. Windows color (decimal): -7239050 or 7768721. OLE color: 7768721.

HSL color Cylindrical-coordinate representation of color #918A76: 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.19%. Process color model (Four color, CMYK) of #918A76 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145138118-
CMYK00.050.190.43
HSL44.44º10.93%51.57%-
HSV(B)44.44º18.62%56.86%-
XYZ24.0425.520.8-
YUV137.81116.82133.13-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 138 (54.30% from 255) = 34.41%
BLUE value IS 118 (46.48% from 255) = 29.43%
R=36.16%
G=34.41%
B=29.43%

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
Decimal14513811800.050.190.4344.4410.9351.57
Hex918A7605132B2cb34
Octal221212166052353541364
Binary100100011000101011101100101100111010111011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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