#918C88

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

Shades of Heathered Grey #918C88

Tints of Heathered Grey #918C88

Color information

#918C88 (or 0x918C88) is unknown color: approx Heathered Grey. HEX triplet: 91, 8C and 88. RGB value is (145,140,136). Sum of RGB (Red+Green+Blue) = 145+140+136=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #918C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C88 is #6E7377. Grayscale: #8D8D8D. Windows color (decimal): -7238520 or 8948881. OLE color: 8948881.

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

Color convert

RGB145140136-
CMYK00.030.060.43
HSL26.67º3.93%55.1%-
HSV(B)26.67º6.21%56.86%-
XYZ25.526.5527.07-
YUV141.04125.16130.83-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 140 (55.08% from 255) = 33.25%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=34.44%
G=33.25%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514013600.030.060.4326.673.9355.1
Hex918C880362B1b437
Octal2212142100365333467
Binary10010001100011001000100001111010101111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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