#918F87

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

Shades of Heathered Grey #918F87

Tints of Heathered Grey #918F87

Color information

#918F87 (or 0x918F87) is unknown color: approx Heathered Grey. HEX triplet: 91, 8F and 87. RGB value is (145,143,135). Sum of RGB (Red+Green+Blue) = 145+143+135=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 145 - color contains mainly: red. Hex color #918F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F87 is #6E7078. Grayscale: #8E8E8E. Windows color (decimal): -7237753 or 8884113. OLE color: 8884113.

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

Color convert

RGB145143135-
CMYK00.010.070.43
HSL48º4.35%54.9%-
HSV(B)48º6.9%56.86%-
XYZ25.8727.4126.85-
YUV142.69123.66129.65-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 143 (56.25% from 255) = 33.81%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=34.28%
G=33.81%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514313500.010.070.43484.3554.9
Hex918F870172B30437
Octal2212172070175360467
Binary10010001100011111000011101111101011110000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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