#918976

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

Shades of Heathered Grey #918976

Tints of Heathered Grey #918976

Color information

#918976 (or 0x918976) is unknown color: approx Heathered Grey. HEX triplet: 91, 89 and 76. RGB value is (145,137,118). Sum of RGB (Red+Green+Blue) = 145+137+118=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 145 - color contains mainly: red. Hex color #918976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918976 is #6E7689. Grayscale: #898989. Windows color (decimal): -7239306 or 7768465. OLE color: 7768465.

HSL color Cylindrical-coordinate representation of color #918976: hue angle of 42.22º 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 #918976 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB145137118-
CMYK00.060.190.43
HSL42.22º10.93%51.57%-
HSV(B)42.22º18.62%56.86%-
XYZ23.8925.2220.75-
YUV137.23117.15133.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.25%
GREEN value IS 137 (53.91% from 255) = 34.25%
BLUE value IS 118 (46.48% from 255) = 29.5%
R=36.25%
G=34.25%
B=29.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513711800.060.190.4342.2210.9351.57
Hex91897606132B2ab34
Octal221211166062353521364
Binary100100011000100111101100110100111010111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918976; }

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

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

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

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

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

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

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

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