#918F88

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

Shades of Heathered Grey #918F88

Tints of Heathered Grey #918F88

Color information

#918F88 (or 0x918F88) is unknown color: approx Heathered Grey. HEX triplet: 91, 8F and 88. RGB value is (145,143,136). Sum of RGB (Red+Green+Blue) = 145+143+136=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 145 - color contains mainly: red. Hex color #918F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F88 is #6E7077. Grayscale: #8E8E8E. Windows color (decimal): -7237752 or 8949649. OLE color: 8949649.

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

Color convert

RGB145143136-
CMYK00.010.060.43
HSL46.67º3.93%55.1%-
HSV(B)46.67º6.21%56.86%-
XYZ25.9427.4427.22-
YUV142.8124.16129.57-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=34.20%
G=33.73%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514313600.010.060.4346.673.9355.1
Hex918F880162B2f437
Octal2212172100165357467
Binary10010001100011111000100001110101011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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