#918D88

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

Shades of Heathered Grey #918D88

Tints of Heathered Grey #918D88

Color information

#918D88 (or 0x918D88) is unknown color: approx Heathered Grey. HEX triplet: 91, 8D and 88. RGB value is (145,141,136). Sum of RGB (Red+Green+Blue) = 145+141+136=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #918D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D88 is #6E7277. Grayscale: #8D8D8D. Windows color (decimal): -7238264 or 8949137. OLE color: 8949137.

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

Color convert

RGB145141136-
CMYK00.030.060.43
HSL33.33º3.93%55.1%-
HSV(B)33.33º6.21%56.86%-
XYZ25.6526.8527.12-
YUV141.63124.83130.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 141 (55.47% from 255) = 33.41%
BLUE value IS 136 (53.52% from 255) = 32.23%
R=34.36%
G=33.41%
B=32.23%

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
Decimal14514113600.030.060.4333.333.9355.1
Hex918D880362B21437
Octal2212152100365341467
Binary100100011000110110001000011110101011100001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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