#918C7F

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

Shades of Heathered Grey #918C7F

Tints of Heathered Grey #918C7F

Color information

#918C7F (or 0x918C7F) is unknown color: approx Heathered Grey. HEX triplet: 91, 8C and 7F. RGB value is (145,140,127). Sum of RGB (Red+Green+Blue) = 145+140+127=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 127 (50% from 255 or 30.83% from 412); Max value from RGB is 145 - color contains mainly: red. Hex color #918C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C7F is #6E7380. Grayscale: #8C8C8C. Windows color (decimal): -7238529 or 8359057. OLE color: 8359057.

HSL color Cylindrical-coordinate representation of color #918C7F: hue angle of 43.33º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #918C7F is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB145140127-
CMYK00.030.120.43
HSL43.33º7.56%53.33%-
HSV(B)43.33º12.41%56.86%-
XYZ24.8926.3123.85-
YUV140.01120.66131.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.19%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 127 (50% from 255) = 30.83%
R=35.19%
G=33.98%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514012700.030.120.4343.337.5653.33
Hex918C7F03C2B2b835
Octal221214177031453531065
Binary1001000110001100111111101111001010111010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,140,127); }

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

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

 a { background-color: rgb(145,140,127); }

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

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

 span { border-color: rgb(145,140,127); }

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