#918977

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

Shades of Heathered Grey #918977

Tints of Heathered Grey #918977

Color information

#918977 (or 0x918977) is unknown color: approx Heathered Grey. HEX triplet: 91, 89 and 77. RGB value is (145,137,119). Sum of RGB (Red+Green+Blue) = 145+137+119=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 145 - color contains mainly: red. Hex color #918977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918977 is #6E7688. Grayscale: #898989. Windows color (decimal): -7239305 or 7834001. OLE color: 7834001.

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

Color convert

RGB145137119-
CMYK00.060.180.43
HSL41.54º10.57%51.76%-
HSV(B)41.54º17.93%56.86%-
XYZ23.9525.2421.06-
YUV137.34117.65133.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.16%
GREEN value IS 137 (53.91% from 255) = 34.16%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=36.16%
G=34.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513711900.060.180.4341.5410.5751.76
Hex91897706122B2ab34
Octal221211167062253521364
Binary100100011000100111101110110100101010111010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918977; }

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

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

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

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

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

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

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

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